Quote:
Originally Posted by maddinat0r
You have to escape the string you want to use in a query. There should be a native like "mysql_escape_string" provided by the MySQL plugin you are using. Also don't escape the whole query string, only the string you want to use in the query.
|
Great, thank you very much!