strange error message...please help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
pleigh
Forum Contributor
Posts: 445
Joined: Wed Jan 19, 2005 4:26 am

strange error message...please help

Post by pleigh »

i keep on receiving this error message
Column count doesn't match value count at row 1
i can't see where the problem might be...

tnx..:)
smo
Forum Newbie
Posts: 20
Joined: Tue May 31, 2005 11:02 pm

Post by smo »

You are trying to insert any data to a table ?
Given more number of fileds than values ?
User avatar
pleigh
Forum Contributor
Posts: 445
Joined: Wed Jan 19, 2005 4:26 am

Post by pleigh »

tnx...i missed to put another field in my database...:D
Post Reply