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 Christian Johansson
file, but also HTML\JAVA. How can I get around this problem? I would be very happy if someone has a solution. Regards Christian Johansson The solution: Use ob_clean()to emty the buffer, Before you use the headers: ob_clean(); Header("Content-Type: application/download");

[PHP] Header's download

2004-11-30 Thread Christian Johansson
written to the file, but also HTML\JAVA. How can I get around this problem? I would be very happy if someone has a solution. Regards Christian Johansson

[PHP] Problems with headers and downloading file

2004-11-29 Thread Christian Johansson
can help me? I can't store a file on the server, and then download it, because of some government rules. Regards Christian Johansson