Muncey Posted July 17, 2007 Share Posted July 17, 2007 Im having some trouble with my mysql query, basically im trying to add a integer to a field called "group". I tried: $group = 6; and adding $group to the field $group = "6"; and adding it to the field also tried group)VALUES('6' but again im getting a syntax error. Any help please? Im pretty sure my field is set to an int so that shouldn't be the problem. Quote Link to comment Share on other sites More sharing options...
kernelgpf Posted July 17, 2007 Share Posted July 17, 2007 May I see the entire query? Quote Link to comment Share on other sites More sharing options...
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.