Hi,
I cant figure out how to change this line of code to output an image instead of the word "(DELETE)"
printf("<a href=\"%s?id=%s&delete=yes\">(DELETE)</a><br>", $PHP_SELF, $myrow["id"]);
I tried
printf("<a href=\"%s?id=%s&delete=yes\"><img src="images/file.gif.jpg" width="10" height="10" border="0">)</a><br>", $PHP_SELF, $myrow["id"]);
But that doesn't do it. Im guessing I need to replace the "printf" with something else?
Any idears?
Thanks,
Matt
😕