RE: [PHP] Header's download

2004-12-01 Thread Christian Johansson
will of course comment this in the code. Thanks for your comment. Regards Christian Fra: Richard Lynch [mailto:[EMAIL PROTECTED] Sendt: 1. desember 2004 22:06 Til: [EMAIL PROTECTED] Emne: Re: [PHP] Header's download Christian Johansson wrote: > Header("Content-Type: applica

Re: [PHP] Header's download

2004-12-01 Thread Richard Lynch
Christian Johansson wrote: > Header("Content-Type: application/download"); > Header("Content-Disposition: attachment; filename=export.txt"); > > Then after this is done I know that I can write stuff to the file like > this: > > Echo "This will be a line in my file\n"; > > I am standing in a GUI con

Re: [PHP] Header's download

2004-12-01 Thread Christian Johansson
Hello. I use: Header("Content-Type: application/download"); Header("Content-Disposition: attachment; filename=export.txt"); Then after this is done I know that I can write stuff to the file like this: Echo "This will be a line in my file\n"; I am standing in a GUI containing frames. So I