sbressler
02 Dec 2006, 04:52 PM
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?
showimage.php?filename=image1.jpg
then what would I write in the php file?
<? echo $_GET["filename"]; ?> does not work.
Suggestions?