摘要: header("Content-type:application/vnd.ms-excel;charset=utf-8"); $filename = "order_".date("Y-m-d",time()).".xls"; header("Content-Disposition:attachment; filename=$filename"); $sql = "select id ,linkman,telephone,postcode, address,price,name from 阅读全文
posted @ 2014-03-06 11:56 _Dongzi_ 阅读(135) 评论(0) 推荐(0)