column count doesnt match at row 1
Moderator: General Moderators
column count doesnt match at row 1
What exactly does column count doesnt match at row 1 mean?
Re: column count doesnt match at row 1
It means the number of columns mentioned in your INSERT query isn't the same as the number of values you tried to insert.
Next time don't assume that somebody knows what you're talking about: give a lot more information.
Next time don't assume that somebody knows what you're talking about: give a lot more information.
Re: column count doesnt match at row 1
Well it's an error message. I just wanted to know what it meant so there was no need to include anything else.
Re: column count doesnt match at row 1
No, not true. PHP is infamous for error messages that don't let strangers know every detail of your application by giving a generic message corresponding to some code they can't see.brmcdani wrote:Well it's an error message. I just wanted to know what it meant so there was no need to include anything else.