PHP Code:
mysql_query("UPDATE users_rpg SET
eq$item[cat]=$id,
spent=spent-$pitem[coins]*0.6+$item[coins] WHERE uid=$loguserid")
or print mysql_error();
So hmm any help?
mysql_query("UPDATE users_rpg SET
eq$item[cat]=$id,
spent=spent-$pitem[coins]*0.6+$item[coins] WHERE uid=$loguserid")
or print mysql_error();
Comment