Hi, How do i load an image up from index.php i wont it somthing like index.php?pic=done.gif from there it will then load the image /images/done.gif Is there a script out there like the one i need? Thanks
Something like this would work... if(isset($_GET['pic'])){ echo " <img src=\"/images/$_GET[pic]\" /> "; } PHP:
Thankyou so much, i owe you one. you need hosting let me know, ill set up up on my best 4cpu server Thanks