PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hello I have a question regarding my photo gallery script
I have 20 thumbnails on a page when I click on one it goes to a larger version of that photo that is in the directory I would like the photo when clicked to go to an html or php page instead to display the photo
The new page would need a line of code to display the image spceified. You could get fancy and specify a javascript as the link if you want to set characteristics for the new window.
Hey Thanks for the reply but thats not what I am looking for
what I want is the window stays the same but instead of opening just the jpeg it opens an html or php page with the image that was clicked in it
basically what the script does right now is it displays rows and columns of images read from a directory when you click on the image it goes to a larger jpeg file of that image that is in another directory
I was playing around with $PHP_SELF a bit but I could not figure it out