Hi,
I am new to php. To learn php I’ve been working on developing a wallpaper website on my WAMP server. So far I have managed to write php pages to echo tags for 3 different pages, so the content changes but the layout remains the same.
Anyways, I am now trying to create a gallery page (containing thumbnails) and I need to display the larger image whenever a thumbnail is clicked.
Lets say there are 3 images (A.jpg,B.jpg,C.jpg) in my folder, and corresponding 3 thumbnails in the same folder(As.jpg,Bs.jpg,Cs.jpg). I need all the thumbnails(As.jpg,Bs.jpg,Cs.jpg) to be displayed on the page when I click on the link for the gallery.
I have no idea if such a thing is possible with php.
Please help.
Regards,
phpdoc