using the isset to get the Team_ID what do I need to do to get the tag for something like an img
like:
PHP Code:
<img src="\'' . $team_id . '\'.png">
What I put in was obviously wrong, but what do I need to change that to to get it to say ATL.png for Team_ID=ATL?