Re: [PHP] PHP removing data...

2003-03-08 Thread Ernest E Vogelsinger
At 17:12 08.03.2003, Doug Coning said: [snip] >Hi all, > >I'm trying to save a text file from my server to a client machine through >PHP and am using the following headers: > >header("Content-type: application/text"); >header("Content-Disposition: attachment;

[PHP] PHP removing data...

2003-03-08 Thread Doug Coning
Hi all, I'm trying to save a text file from my server to a client machine through PHP and am using the following headers: header("Content-type: application/text"); header("Content-Disposition: attachment; filename=variables.txt"); The header does save a text file from the server to my desktop al