Jump to content
MakeWebGames

help


dmcdaid

Recommended Posts

Need Help when i try to give an item to a user via staff panel

 

QUERY ERROR: Column count doesn't match value count at row 1
Query was INSERT INTO inventory VALUES('',13,1,1,'0','N')

 

Heres the code

$db->query("INSERT INTO inventory VALUES('',{$_POST['item']},{$_POST['user']},{$_POST['qty']},'0','N')");
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...