I would like to display images I have stored in a db by displaying the images using radio buttons, and then choosing an image, pressing submit, and that image shows up on scrren.
Any ideas how I do this? Each image is referenced by a unique ID number which is used. Also, the images are not stored in the db, but linked from the db.
I cannot seem to pass the ID number over to another script. Any ideas?