Jay Blanchard wrote:
> [snip]
> I want generate an excel table & download it as a file (not view in
> IE), what HTML mimetype should i use? [/snip]
>
> header("Content-Type: application/vnd.ms-excel");
> header("Content-Disposition: inline; filename=\"excel.xls\"");
> header("Expires: 0");
> hea
[snip]
I want generate an excel table & download it as a file (not view in IE),
what HTML mimetype should i use?
[/snip]
header("Content-Type: application/vnd.ms-excel");
header("Content-Disposition: inline; filename=\"excel.xls\"");
header("Expires: 0");
header("Cache-Control: must-revalidate, p
hi~
I want generate an excel table & download it as a file (not view in IE), what HTML
mimetype should i use?
leon
[EMAIL PROTECTED]
2003-11-24
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
3 matches
Mail list logo