montyash Posted May 28, 2008 Posted May 28, 2008 when i try to buy crystals it says this can any 1 help QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where userid=1' at line 1 Query was UPDATE users SET crystals=crystals+ where userid=1 Quote
Ragnar Posted May 29, 2008 Posted May 29, 2008 Re: crystal market Go to function crystal_buy It should be... $db->query("UPDATE users SET crystals=crystals+{$r['cmQTY']} where userid=$userid"); if that's what it currently is, try $db->query("UPDATE users SET crystals=crystals+'{$r['cmQTY']}' where userid=$userid"); {$r['cmQTY']} is what's not being registered. Quote
montyash Posted May 29, 2008 Author Posted May 29, 2008 Re: crystal market nice try but they dnt work Quote
AlabamaHit Posted June 24, 2008 Posted June 24, 2008 Re: crystal market post your query...in the buy function 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.