摘要: $conn = @mysql_connect("localhost","root","root") or die("数据库连接失败,请检查你的网络,稍后再试试"); mysql_select_db("test"); mysql_query("set names 'utf8'"); $sql = "... 阅读全文
posted @ 2014-04-26 12:55 光的深处BLOG 阅读(131) 评论(0) 推荐(0)