If I had the src of an img tag as:
showimage.php?filename=image1.jpg

then what would I write in the php file?

<? echo $_GET["filename"]; ?> does not work.

Suggestions?