robotman757
Programmer
I have tried a few different attempts to get form data inserted into my db to no avail. The form that is submitted is dynamically created and could have several hundred form elements. I can get the values into an array and that is working fine. The 2 arrays I have are called fields and fieldval[x] fields never changes, but fieldval represents a different row in the table. The arrays work fine, but I can't seem to loop the array and insert the data into the database. I know the db opens and closes correctly. Any ideas?!! Or examples??