challenges目录中的htaccess文件,添加一句:
php_flag magic_quotes_gpc off
php magic_quotes_gpc的详细使用方法:http://developer.51cto.com/art/200911/165392.htm
php 防sql注入函数mysql_real_escape_string():http://www.piaoyi.org/php/PHP-SQL-injection-mysql_real_escape_string.html