Tag Mismatch
#1

PHP код:
Cache:result format(Querysizeof(Query), "SELECT `pMoney` FROM `users` WHERE pName='%s'"CarInfo[i][owner]); 
.
Reply
#2

I don't know about SQL,but as i saw,try to change pName= to `pName` =
Reply
#3

Cached variables are not made to use for format. Its used for executing the query (as far as i know). You need to do something like this instead;

PHP код:
new
    
Cache:result;
mysql_format(handleQuerysizeof(Query), "SELECT `pMoney` FROM `users` WHERE pName='%s'"CarInfo[i][owner]);
result mysql_query(handleQuerytrue); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)