mysql_escape_string
Syntax
unsigned long mysql_escape_string(char * to,
const char * from,
unsigned long);
Description
Escapes a string using the default character set.
This function is deprecated and will be discontinued. Please use mysql_real_escape_string() instead.
See also
Last updated
Was this helpful?