Im just using mysqli::escape_string
to prevent errors from " ` "'s and this error appears:
How can I fix this?
Thanks!
----------------------------------------------------------EDIT-----------------------------------------------------------
I did:
$DB = new mysqli();
$Escape = $DB->escape_string($String);
(I use it a few times)
And I get this: