Note, it is strongly recommended to use prepared statements instead of relying
on manual escaping, as prepared statements are always safer, better and more
reliable (see mysql.prepared). But if you absolutely must escape manually,
the functionality is provided here.
Escape special characters in MySQL strings.
Note, it is strongly recommended to use prepared statements instead of relying on manual escaping, as prepared statements are always safer, better and more reliable (see mysql.prepared). But if you absolutely must escape manually, the functionality is provided here.