? Sparks ? Posted July 8, 2009 Posted July 8, 2009 QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO gangs VALUES('','super ninjas','','','',0,0,100,4,4,5,0,0,'') If you need me to post the code let me know :) Quote
Eruondo Posted July 9, 2009 Posted July 9, 2009 Re: Can someone help me with create a gang? Could you post the code? Quote
wolfe Posted July 10, 2009 Posted July 10, 2009 Re: Can someone help me with create a gang? That number of fields in that insert have to be equal the number of fields in the gang table. You want to make sure its inserting the data at the right spots after you fix the column count error. 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.