hey guys,
got a little issue i'm struggling with at the moment - got a page which displays an image based on a get variable from the url....
so for example the user is directed to www.mydomain.com/display.php?Image=myimage.jpg
What i need to do is have the page read this variable and display the image accordingly.
Tried something like this...
<?php
$imgsrc=$_GET["Image"]
?>
<img border="1" src="library/<?php $src ?>" width="370" height="483">
but yeah... didnt work! lol
I know this is probably pretty simple, but i'm a php newbie to humour me
so yeah, any help appriciated!!
Cheers guys!!
Jonny