Jump to content
MakeWebGames

Recommended Posts

Posted

i tried to recruit hoes and it gave me this can any 1 help

You Lost 1 hookers

You Lost 1 prostitutesQUERY 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 '' at line 1

Query was UPDATE users SET prostitutes=prostitutes-1 WHERE userid=

  • 2 weeks later...
Posted

Re: Hoes and Drugs

Erm it would help for us to see the exact query...e.g. what comes after `userid=`?

Is it something like:

$db->query("UPDATE `users` SET `prostitutes` = `prostitutes` - 1 WHERE `userid`= $userid");

:?

If so try replacing $userid with $ir['userid'] or if $userid isn't there, add that instead.

  • 4 weeks later...

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...