This is wierd and i can't figure it out. i have a table with 19 fields, the first field is my id field and it is set as primary key, auto increment.
I begin to add my information into the table using php and a form. I click submit and the information is added, no problem. i continue to add records until i get to record 11, and then my die statement pops up, "Couldn't execute query". I don't get it!, It took the first 10 records just fine, no prob. Does anyone know why i can't get more the 10 records onto my table. I will post my code, if anyone wants to see it. Thanks for any help.