Hi, i am thinking of making a photo gallery with php and mysql. The user will be able to search for photos based on keywords and browse by categories. The photos will be displayed in thumbnails format. Then when they click on the thumbnail, it will take them to a more detailed page displaying the photo size, the place where the photo is taken, etc. And I am thinking of having a "save" button/image there, when the user clicks on that button, they will be able to save the picture onto their computer. Something similar to when you click on an attached file from someone in your email message, and a box will come up asking you if you want to open it or save it.
I know the users can just right-click on the photo to save it, but I just thought that a "save" button would make it look cooler, if it's possible to make.
Thank You.