You're looking at the documentation for mysqli_real_escape_string but using mysql_real_escape_string - notice the i in mysqli in the first function name.
right. Thanks.
p.s. what is a "resource" compared to a string?A resource is a variable type. See http://php.net/language.types.resource
as in a db connection -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php