PDA

View Full Version : IMG SRC in PHP code



sbressler
02 Dec 2006, 03: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?