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
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
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
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 f
4 matches
Mail list logo