DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) mysql_escape_string

Info Catalog (mysql.info.gz) mysql_error (mysql.info.gz) C API functions (mysql.info.gz) mysql_fetch_field
 
 22.2.3.14 `mysql_escape_string()'
 .................................
 
 You should use `mysql_real_escape_string()' instead!
 
 This function is identical to `mysql_real_escape_string()' except that
 `mysql_real_escape_string()' takes a connection handler as its first
 argument and escapes the string according to the current character set.
 `mysql_escape_string()' does not take a connection argument and does
 not respect the current charset setting.
 
Info Catalog (mysql.info.gz) mysql_error (mysql.info.gz) C API functions (mysql.info.gz) mysql_fetch_field
automatically generated byinfo2html