商店主要写入- insert into [color=DarkRed]WEB_ITEMMALL[/color] (strAccountID,strCharID,ServerNo,ItemId,ItemCount) values ('$user','$charid',1,'$itemid','$adet
- ItemAl($user,$charid,$itemkod['itemkodu'],$itemkod['adet']);
- doquery("UPDATE TB_USER SET cashpoint=cashpoint-".$itemkod['ucret']." WHERE straccountid='$user'");
- doquery("UPDATE PUS_ITEMLERI SET alindi=alindi+1 WHERE id='$itemid'");
- $durum = "Item inventorinize eklenmistir.";
复制代码 |