I'm still trying to insert form data into a database table. I have 3 dropdown menus with information that should be inserted into the fields in a table with the same 3 columns and a fourth auto_increment column.
When I try the form, I get a response that says:
Error performing query: Column count doesn't match value count at row 1
Any ideas as to what I'm doing wrong?
When I try the form, I get a response that says:
Error performing query: Column count doesn't match value count at row 1
Any ideas as to what I'm doing wrong?