hi all,
i get problem when iam trying to buy item
line 392Code:Warning: mssql_query() [function.mssql-query]: message: Operand data type varchar is invalid for subtract operator. (severity 16) in C:\AppServ\www\include\class_sqlfunctions.php on line 392 Warning: mssql_query() [function.mssql-query]: Query failed in C:\AppServ\www\include\class_sqlfunctions.php on line 392
thanxPHP Code:mssql_query("UPDATE ".$this->coinstable." SET ".$this->coinscolumn." = ".$this->coinscolumn." - '".$coins."' WHERE UserID = '".$accname."'");


Reply With Quote

