Jump to content
MakeWebGames

Recommended Posts

Posted

when i try and buy crystals from the crystal market it says

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

i am using v2 anyone help

Guest Anonymous
Posted

Re: crystal market

UPDATE users SET crystals=crystals+999 where userid=1

You are missing the number of crystals ... check the line which creates the query and check the variables contain the correct information

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...