摘要: set_charset("gb2312");//设置数据库编码 if(!$conn) die("数据库链接错误!"); $sql = "SELECT * FROM " .('resume_information'). " "; $classres = $conn->query($sql); //转换编码格式方法 function gb($str)//因为xls的格式是gb2312所以要... 阅读全文
posted @ 2017-05-12 17:29 _php小菜鸟 阅读(144) 评论(0) 推荐(0) 编辑
摘要: header("Content-type:text/html;charset=utf-8"); $servername = "localhost";//服务器地址 $username = "root";//帐号 $password = "Xiaowu34!@#";//密码 $dbname = "job_qybk";//表名 $conn=mysqli_con... 阅读全文
posted @ 2017-05-12 17:26 _php小菜鸟 阅读(155) 评论(0) 推荐(0) 编辑