rockinaway Posted September 8, 2007 Share Posted September 8, 2007 Unable to query database. The database server reported: Column count doesn't match value count at row 1 What does that mean? Link to comment https://forums.phpfreaks.com/topic/68494-solved-wierd-error/ Share on other sites More sharing options...
jscix Posted September 8, 2007 Share Posted September 8, 2007 You either didn't enter all of the values for that row, or mistyped a feild name. I believe.. Link to comment https://forums.phpfreaks.com/topic/68494-solved-wierd-error/#findComment-344298 Share on other sites More sharing options...
AndyB Posted September 8, 2007 Share Posted September 8, 2007 Column count doesn't match value count means exactly what it says. For example, you're trying to add eight values to a database table with only seven fields per record. Link to comment https://forums.phpfreaks.com/topic/68494-solved-wierd-error/#findComment-344300 Share on other sites More sharing options...
rockinaway Posted September 9, 2007 Author Share Posted September 9, 2007 Yeah fixed it Link to comment https://forums.phpfreaks.com/topic/68494-solved-wierd-error/#findComment-344664 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.