Jump to content

how to use mysql_escape() :/


Recommended Posts

This function is identical to mysql_real_escape_string() except that mysql_real_escape_string()takes a connection handler 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.

 

http://us3.php.net/mysql_escape_string

  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.