摘要: 先上测试代码:<?phperror_reporting(0);$show_name=$_GET['name'];var_dump($show_name);if(!get_magic_quotes_gpc()){ $show_name = addslashes($show_name);}if(!empty($show_name)){ $db = mysql_connect("127.0.0.1:3306","root","password"); if(!$db){ die('Could not connec 阅读全文
posted @ 2013-06-13 18:08 soj 阅读(1329) 评论(0) 推荐(0)