Jump to content
MakeWebGames

Recommended Posts

Posted

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')");
Posted

Re: help

 

itmid 	itmtype 	itmname 	itmdesc 	itmbuyprice 	itmsellprice 	itmbuyable 	effect1_on 	effect1 	effect2_on 	effect2 	effect3_on 	effect3 	weapon 	armor

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