29.04.2016, 06:10
Hi,
Sometimes i get syntax error mysql.log, i save player messages /pm what write to other player and i always escaping it, how possible to get syntax error what message player should write that i could get syntax error?
I do like that:
Everything is ok query is completing but how i mention sometimes i get syntax error when message is incorrent how i gues.
Sometimes i get syntax error mysql.log, i save player messages /pm what write to other player and i always escaping it, how possible to get syntax error what message player should write that i could get syntax error?
I do like that:
Код:
update table set msg1='%s',msg2='%s' and so on... WHERE name='%s'", ... );