MySQL error: “Column count doesn't match value count at row 1” - beginner help

I understand that you're not providing a value since it's likely a PRIMARY KEY that autoincrements. To tell MySQL that you are intentionally not passing a value for that column, you should add NULL as the first value.

Comments

Popular posts from this blog

Free icons

how to create template file in php. why it is usefull

[PHP] Create MySQL Trigger in PHP