All pages
Powered by GitBook
1 of 1

Loading...

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

mysql_real_escape_string()
mysql_real_escape_string()