Quote:
Originally Posted by Urefeu
It works, I was confused 'and `<.
Despite that I still have a problem:
This code does not work. Why ?
Код:
format(query, 200, "INSERT INTO `member`(pseudo, password, score, cash) VALUES('%s', '%s', 20000, 0)", playerName, password);
Thanks !
|
Do you get any errors? If not, do you have a database called `member`? If you have, what is exactly the problem?