Page 1 of 1

Insert in MySQL problem

Posted: Mon Jun 20, 2005 5:44 am
by frANZi
Hello!!!

So, this is my problem: I have a table with about 25 columns. On the php script I have loaded variables from session. Then I want to put these data in the table and: "COLUMN COUNT DOESN'T MATCH VALUE COUNT AT ROW 1". But I have checked 100 times, and the column count matches value count. I don't know what to do!!! Please help!!! I am crazy!!!!


Thanks.

Posted: Mon Jun 20, 2005 6:40 am
by phpScott
post the query and the table structure and insert statment after it has been processed.
echo out your query and make sure that it does match maybe your missing some info.