Jump to content
MakeWebGames

inventory.php Problem


MrAnthony

Recommended Posts

Hey i really need help on this....

What dose this mean its all that show's on my inventory.php

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 ')' at line 1

Query was SELECT * FROM items WHERE itmid IN(0, 0, )

 

Any suggestions?

Link to comment
Share on other sites

Mine has this (assuming you use default items):

 

$q=$db->query("SELECT * FROM `items` 
                WHERE `itmid` IN({$ir['equip_primary']},{$ir['equip_secondary']},{$ir['equip_armor']})");

 

Try that out...works fine for my game. The error you posted probably means there's not a properly placed ( or ) somewhere.

Link to comment
Share on other sites

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