ok, I know this is a bit out of the ordinary, but...
I have a mysql database that has images in it. I am trying to create a Content Management System that allows the user to select images from the database. I am at a loss on how to do this.
Can anyone give me some ideas on how to do this. I don't really need code, I just need ideas, or anyones prior experience with it?
I just don't know exactly how to do this while avoiding the use of javascript.
I was thinking of having available images listed in the form, and have them select the image itself and it somehow submit the image id to the form handler, but like I said, I am at a loss.