Multiple image upload filenames

See all posts See thread Reply

Re: Multiple image upload filenames new!
by José, 14 years, 2 months ago
Hello!
I got it to upload multiple files.

Now I would like to know how to add the database the name of each file separately?

Example:
INSERT INTO table VALUES ( '$file0', '$file1', '$file2', '$file3')

Thanks.Reply
Re: Multiple image upload filenames new!
by colin, 14 years, 2 months ago
This is not a question pertaining to the class. Please see the PHP website, or other websites offering tutorials on how to store values in a database.Reply