How to select and display a set of images from a folder using PHP?
Thursday, 10th September 2009
by vishal
Hi I am beginner in PHP.
I want to upload some images to a folder....after that i want to display a set of 6 pictures from that folder in a page. On clicking the next button Ii want to load the next set of 6 pictures to load and so on....similarly for back button
What I am actually looking to do is after displaying a set of pictures, clicking on one of the pictures will load it in the orginal size, just like a light box.
Even if I upload new pictures these functionality should work without modifying the code.
Thanks in advance
|