Version: VSNS 4
Class: vsns
escape - Escapes string or array prior to insertion into a database
mixed escape ( mixed $string )
escape() uses mysql_real_escape_string() to make string safe from SQL injection. Contrary to its name, string can be either a string or an array. This function automatically compensates if magic_quotes is enabled, but you should still turn that off if possible.
There are no examples for this function.
There are no user-contributed notes for this function.