mysql_real_escape_string
mysql_real_escape_string encodes a string for safe use in a SQL statement, taking the connection's current character set into account when escaping special characters.
Syntax
unsigned long mysql_real_escape_string(MYSQL * mysql,
char * to,
const char * from,
unsigned long);Parameters
Description
Return Value
See Also
Last updated
Was this helpful?

