"); } showHeader(); $imgs = getImage($_GET['id']); if ($imgs == NULL) { die(""); } $tags = explode(",", $imgs[0]["tags"]); echo '
'; echo 'Uploader: ' . uuidToUsername($imgs[0]["uploader"]); echo '
Tags:'; for($x = 0; $x < count($tags); $x++) { printTag($tags[$x], true); } echo $footer; ?>