摘要: header("Content-type:text/html;charset=utf-8"); $db=new mysqli("localhost","root","","news_php100") ; //实例化一个数据库连接。使用这个前一定要确保已经加载了mysqli类库,或者用mysql_co 阅读全文
posted @ 2021-08-17 09:41 v17166570219 阅读(46) 评论(0) 推荐(0)
摘要: <?php @session_start(); include(dirname(__FILE__).'./inc/function.php'); require(dirname(__FILE__)."/mail/class.phpmailer.php"); $array = array_unique 阅读全文
posted @ 2021-08-17 09:24 v17166570219 阅读(69) 评论(0) 推荐(0)