Page 1 of 1

1136: Column count doesn't match value count at row 1

Posted: Tue Jun 29, 2004 1:49 am
by bugthefixer
i m getting this error i dont know y...although theres no php code on line 1 and theres no coloumn with name count..

Posted: Tue Jun 29, 2004 1:53 am
by markl999
It means you've done something like:
INSERT INTO foo (one,two,three) VALUES ('oneval','twoval')
i.e the column count ^^ doesn't match the value count ^^ (3 columns, 2 values)