Hi, I am working on a html form processing script that will handle text info as well as multiple file uploads. It will store the locations to the uploaded files in a mysql database. The users may upload 0, 1, 2, 3, 4, 5 etc. files - whatever they choose. So the information that will need to be stored in the db is a name, email, phone number, message, and possibly multiple upload locations - number will be different for each submission.
I am confused on what the table structure should be in the database in order to accommodate the possibility of multiple upload locations.
Thanks.