Charles Curley wrote: > mysql_escape_string -- Escapes a string for use in a mysql_query > > http://www.php.net/manual/en/function.mysql-escape-string.php From that page: Note: This function has been deprecated since PHP 4.3.0. Do not use this function. Use mysql_real_escape_string() instead.