Hi, Is there a quick peice of code to load an image in the following way; thumbnail imaages = ww.web-url.com/folder/thumbnail full size images = ww.web-url.com/folder/fullsize/ PHP page = ww.web-url.com/folder/index.php I want to be able to load the full size images inside the php file, so there is just 1 php file and when a person clicks on a thumbnail linking to the php file it will load the corresponding fullsize image. I have never done anything relating to image handling before in PHP and have struggled to find anything relevant on google, so this my last rewsort to actually ask for him. Thanks in advance to anyone who can shed a little light on it.
You might try PHPSlideShow v0.9 written by Greg Lawler at from http://www.zinkwazi.com/scripts Just 1 PHP file and another html file (design template). Simple as that.
Thanks NGS, that was what i was attempting to code, it saved me a lot of time and effort, updated one of my sites and all is well in the world again. I left you +Rep. Thanks again.