|
Posted by Geoff Berrow on 11/16/05 12:53
Message-ID: <dlf193$fak$1@fegnews.vip.hr> from g0c contained the
following:
>i tried with pop.php?$photo_name but ... :-(
>
>pop.php looks something like this ...
>
>print "<img src=\"$photo_name\" width=\"$width\" height=\"$height\"
>border=\"0\">";
>
>and that should be enough to display the right image, right ?
Wrong.
try
print "<img src=\"".$_SERVER['QUERY_STRING']."\" border=\"0\">";
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Navigation:
[Reply to this message]
|