07.07.2010, 11:49
I'm busy trying to istert mysql cmds in my server. but have something i can't find a sollution.
but i get this error in my MySQL Log
Please help
Код:
new string[256]; format(string,sizeof(string),"INSERT INTO `users` (`username`, `password`, `cash`, `bank`, `adminlevel`, `years`, `months`) VALUES ('%s', '%s', '2500', '5000', '0', '0', '0')", usernamein, passwordin); mysql_query(string);
Quote:
An error has occured. (Error ID: 2014, Commands out of sync; you can't run this command now |