我有一个关于PHPExcel库的问题,它正确地生成文件并保存在服务器上,但是它没有以任何方式直接下载到网站上,而且它看起来编码错误,这在服务器更改后开始导致。我已经修改了一些标题,但没有成功。我正在使用带有xls扩展的Excel5 public function export(){ $dh = opendir($dir); while (false !== ($filename = readdir($dh))){
if(preg_mat
我已经尝试使用ob_start();和exit();,但这两种方法都不起作用,请告知,非常感谢 ob_start();
include('connect-db.php');
// If it has, start to process the form and save it to the database
// once saved, redirect back to t