23.12.2015, 22:38
by the way:
that:
have 126 characters.
assume the maximum of characters in names is 24 (MAX_PLAYER_NAME), you exceeds the new query [128];
that:
PHP код:
UPDATE `accounts` SET (`AdminLevel`, `Age`, `Gender`, `Skin`) VALUES ('%i', '%i', '%i', '%i') WHERE `Username` = '%s'
assume the maximum of characters in names is 24 (MAX_PLAYER_NAME), you exceeds the new query [128];