随笔分类 -  PHP

摘要:处理页面跳转的界面: 阅读全文
posted @ 2017-09-30 22:14 Vine.Y 阅读(543) 评论(0) 推荐(0)
摘要:if(isset($_POST['export']) && $_POST['export'] == '导出所选数据') { //此处为多选框已勾选的数据 $export_id=$_POST['choose']; if($export_id !='') { $str = implode(",", $export_id); $sql =... 阅读全文
posted @ 2017-09-30 22:09 Vine.Y 阅读(656) 评论(0) 推荐(0)
摘要:/*批量上传数据*/ if(isset($_POST['submit']) && $_POST['submit']=='上传文件') { //导入类文件 require_once ("../Classes/PHPExcel.php"); require_once ("../Classes/PHPExcel/IOFactory.php"); //判断是否未选中文... 阅读全文
posted @ 2017-09-30 22:02 Vine.Y 阅读(691) 评论(0) 推荐(0)
摘要:在设置之前最好关闭xampp1.修改hosts文件进入C:\Windows\System32\drivers\etc目录,找到hosts文件。在# Localhost (DO NOT REMOVE) Start127.0.0.1 localhost 的后面添加你的网址比如127.0.0.1 www. 阅读全文
posted @ 2017-09-29 22:46 Vine.Y 阅读(281) 评论(0) 推荐(0)
摘要:php的安装分为两个部分:环境安装配置和开发工具 一.集成环境安装配置 (一)安装 选择:wampserver或者xampp 我采用的是xampp. 在http://www.sourceforce.net搜索即可安装下载. (二)出现的疑问和问题 1.安装时 it seems you have an 阅读全文
posted @ 2017-04-03 18:23 Vine.Y 阅读(559) 评论(0) 推荐(0)

TOP