05.01.2012, 16:49
Try with:
' ' should be used for strings only, `` for table and row names (Optional AFAIK), and for numerical values there is no need of adding anything
PHP код:
UPDATE `Users` SET `Logged` = 0, `Level` = %d, `Kills` = %d, `Deaths` = %d, `Money` = %d, `Score` = %d, `Jailed` = %d, `LastIP` = '%s', `Status` = %d WHERE `Username` = '%s' LIMIT 1;

