|
发表于 2005-4-3 23:35:07
|
显示全部楼层
这样就可以了。
做个WEB列表 把数据库读到表中
然后在PHP前加上代码:
<?php
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // date in the past
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // always modified
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
header("Cache-Control: post-check=0, pre-check=0", false);
header("ragma: no-cache"); // HTTP/1.0
?>
<?
header("Content-type:application/vnd.ms-excel");
header("Content-Disposition:filename=outpost.xls");
?> |
|