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