-Matt- Posted July 29, 2007 Posted July 29, 2007 QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO userstats VALUES(111, 10, 10, 10, 10, 10 when register how do i fix this? v2 Quote
RecklessCounty Posted July 31, 2007 Posted July 31, 2007 Re: help with bug INSERT INTO userstats VALUES(111, 10, 10, 10, 10, 10 you might wanna close it for starters INSERT INTO userstats VALUES(111, 10, 10, 10, 10, 10) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.