I have a php script that uploads multiple images and assign it a value image 1 image 2 on the form drop down menu
so I have an upload for an image and a drop down that assign image1 to that upload
my php script will insert the image to a database I wanted a script that basically inserts to different table on that database based on the image value
so if I have table1 table 2 table 3 ........
I want if image 1 selected from the drop down menu during the upload to be inserted to table 1 and so on
any help will be appreciated


