Hello,
I'm trying to construct a form that can handle many entries to a database. let me explain:
the user (admin) would come to a page where he would select how many entries he wants to add to a database. he types in 20, so the next page generates 20 rows of form fields.
1 name email date
2 name email date
3 name email date
I'm trying to think of a way to tell MySQL to insert a row for each set of form data, and can't think of anything. How would I distinguish between each row of identical forms?
Thanks,
Frimsah