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 instead.
See also