摘要: <?php header("content-type:text/html;charset=utf-8");//设置代码执行不受时间限制set_time_limit(0);//链接数据库$con = mysqli_connect("127.0.0.1","root",'','test');if(mys 阅读全文
posted @ 2017-05-20 20:15 yahn~ 阅读(1285) 评论(0) 推荐(0)
摘要: <?php //示例是数据匹配实例,两张表通过关联字段email匹配mobile header("content-type:text/html;charset=utf-8");set_time_limit(0); $con = mysqli_connect("127.0.0.1","root",'' 阅读全文
posted @ 2017-05-20 19:49 yahn~ 阅读(877) 评论(0) 推荐(0)