Code:
Warning: odbc_exec() expects parameter 1 to be resource, null given in E:\xampp\htdocs\inc\functions.inc.php on line 85 Voce adquiriu o item com sucesso!
Code:
inc\functions.inc.php on line 85: function send_vote_item($playerid, $itemid, $quantity) { odbc_exec($mssql, 'INSERT INTO [ITEM_SEND_TBL]( m_idPlayer, serverindex, Item_Name, Item_count, idSender ) VALUES( \''.mssql_escape_string($playerid).'\', \'01\', \''.mssql_escape_string($itemid).'\', \''.mssql_escape_string($quantity).'\', \'0000000\')'); <-- Line 85 -->
Buy item shop donate
Code:
Warning: odbc_exec() expects parameter 1 to be resource, null given in E:\xampp\htdocs\inc\functions.inc.php on line 61 O item foi comprado com sucesso.
Code:
inc\functions.inc.php on line 61: function send_item($playerid, $itemid, $quantity) { odbc_exec($mssql, 'INSERT INTO [ITEM_SEND_TBL]( m_idPlayer, serverindex, Item_Name, Item_count, idSender ) VALUES( \''.mssql_escape_string($playerid).'\', \'01\', \''.mssql_escape_string($itemid).'\', \''.mssql_escape_string($quantity).'\', \'0000000\')'); <-- Line 61 -->
Can Someone help me pls!
______________________
sorry my bad english
up up