Hey folks-
I'm using a mysql database to store image data, similar to what has been done in previous posts. Now, when I have a script to display the image, it's called similar to this: <img src="imgview.php?ID=13">. What I want to do is make it so that when a user clicks on that image to save it, it saves with the name of the image (which is also stored in the database). Is there something I can do so the name of the image is preserved when it is accessed?
Thanks,
Jade