Re_Boot Posted May 3, 2008 Report Share Posted May 3, 2008 (edited) Problema atrisinata, paldies visiem kas megjinaja palidzet! Edited May 4, 2008 by Re_Boot Link to comment Share on other sites More sharing options...
bubu Posted May 3, 2008 Report Share Posted May 3, 2008 Mysql kļūdu pārbaudīji? if (!$Sbb_query) { die(mysql_error()); } Gatavu kveriju pārbaudīji? echo $SQLqbb; Link to comment Share on other sites More sharing options...
werd Posted May 3, 2008 Report Share Posted May 3, 2008 Šo: $SQLqbb = "UPDATE `items` SET `icount`='".$icount."' WHERE `item_id`='".$buy."' AND `id_user`='".$logu."'"; uz: $SQLqbb = mysql_query("UPDATE `items` SET `icount`='".$icount."' WHERE `item_id`='".$buy."' AND `id_user`='".$logu."'") or die(mysql_error()); Link to comment Share on other sites More sharing options...
Recommended Posts