20.02.2009, 11:58
How should I use this function?
For example one of my commands sends a text to SQL, If the player sends a text with ' or ` and such, It results a sql injection, I want to block these injections by using
mysql_escape_string.
Does anyone know how to use this f unction?
For example one of my commands sends a text to SQL, If the player sends a text with ' or ` and such, It results a sql injection, I want to block these injections by using
mysql_escape_string.
Does anyone know how to use this f unction?