19.11.2017, 10:47
Use
Using %e instead of %s.
Or you can either use
Quote:
mysql_format(MySQL:handle, output[], len, format[], {Float,_}:...) https://sampwiki.blast.hk/wiki/MySQL#mysql_format |
Or you can either use
Quote:
mysql_escape_string(const source[], destination[], max_len = sizeof(destination), MySQL:handle = MYSQL_DEFAULT_HANDLE) https://sampwiki.blast.hk/wiki/MySQL#mysql_escape_string |