13.01.2011, 19:21
Hi !
i am doing an sql system, so in an cmd, i need to cound number of players,
So i did
But the %%s% fucked up with the pseudosafe.
What can i do?
Max
i am doing an sql system, so in an cmd, i need to cound number of players,
So i did
Код:
mysql_real_escape_string(inputtext, pseudosafe); format(query, sizeof(query), "SELECT COUNT(*) FROM `table_account` WHERE Nam LIKE '%%s%'",pseudosafe);
What can i do?
Max