Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'ODBC'@'localhost' (using password: NO) in E:\工作\企业模板\wwwroot\test.php on line 18Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in E:\工作\企业模板\wwwroot\test.php on line 18提示这样的错误代码这样的$str="123445676'-#";
print "<br>";
echo get_magic_quotes_gpc();
echo mysql_real_escape_string($str);