mysql_escape_string(raw_string)

Description: Escapes special characters in a string given by raw_string for use in a SQL statement.

Returns the escaped string with special characters escaped; safe to be passed on to mysql_query().

Unlike mysql_real_escape_string(), does not take into account the current character set of the connection.

See also: addslashes(), mysql_real_escape_string()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.134.79.121