摘要:
处理页面跳转的界面: 阅读全文
摘要:
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"); //判断是否未选中文... 阅读全文