On Tue, June 20, 2006 7:32 pm, Michael Satterwhite wrote:
> I have a site that generates a file to be streamed down. The relevant
> code is:
> ----------------------------------------------------------
> header("Content-type: application/vnd.ms-excel");
> header("Content-disposition: attachment; filename=$EXPORT_TIME.txt");
> header("Content-disposition: attachment");

This is too funny...

Sorry.

We just had a big long flame-fest about this last week.

And today in IRC somebody else is going through your same grief.

Rather than repeat myself, I decided to just blog my answer:

http://richardlynch.blogspot.com/

Let the flame-fest (on blogspot, please) begin!

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to