Hi, I am a complete newbie when it comes to php. I have been searching google for a way to upload multiple pictures to a directory at one time, and at the SAME time store each pictures path into a table in the database. I have found several examples of upload scripts, but how would i get each pictures path stored in the database? Also, is there a way to have an unlimited amount of upload fields in php, or will it always be a fixed amount just as I have THREE fixed fields below:
<input name="uploaded" type="file" /><br>
<input name="uploaded" type="file" /><br>
<input name="uploaded" type="file" />
I just don't know where to start...
Thanks in advance