I want to put new records in a database, from a form that will display 20 entries that the user can enter in, and submit it all at once.
I know how to do the array name=name[], and insert them in.
My question is how do I get the twenty empty fields to display with no SQL Select Statement. I basically want to print out a form 20 times in a row for users to enter 20 records in.
Thanks in advance.