Re: [PHP] PHP, MYSQL & multiple records

2001-04-02 Thread Lindsay Adams
Need to see your code for inserting data. But I think first, you should be naming your fields with empty[]s Ie. Etc That way, php will build an array out of the variables, and it will ONLY contain values, if values were submitted.. Then you build your insert query by looping through the array

[PHP] PHP, MYSQL & multiple records

2001-04-02 Thread Curtis
Hello, I don't relly get this... can sonmeone try and explain. I have a mysql database and phtml form. I can insert information intodatabase from the form, no problem. UNTIL I have a few items I want to insert multiples of ie DATE, DESCRIPTION My table is... photoid photono photodesc photodate