Posted by bobkaku on 09/17/05 18:26
I had a PHP script that used to successfully output to Excel 2000. I
used the header statements
header ('Content-type: application/vnd.ms-excel');
header ('Content-disposition: inline; filename=output.htm');
Last year I upgraded to Excel 2003, and now the output is just a table
that shows up in the browser.
Does anybody know what might be problem?
Thanks in advance.
[Back to original message]
|