Re: [PHP] Help w/ 'headers already sent' and file download

2006-05-16 Thread Mike Walsh
Rabin Vincent [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On 5/16/06, Mike Walsh [EMAIL PROTECTED] wrote: [ ... snipped ... ] Is there a way to both display a web page and send content to be saved by the user? If someone knows of an example I could look at I'd be greatful.

Re: [PHP] Help w/ 'headers already sent' and file download

2006-05-16 Thread Richard Lynch
On Mon, May 15, 2006 10:48 pm, Mike Walsh wrote: Is there a way to both display a web page and send content to be saved by the user? Not really really, but you can sort of hack it... If someone knows of an example I could look at I'd be greatful. Send out the HTML for the stats, and bury a

Re: [PHP] Help w/ 'headers already sent' and file download

2006-05-15 Thread Rabin Vincent
On 5/16/06, Mike Walsh [EMAIL PROTECTED] wrote: I have an application which I am working on which takes a file supplied by the user via a File Upload, peforms some processing on it, then prompts the user to download a generated CSV file. What I would like to do is report some processing