[PHP] Re: combining headers with includes

2002-03-19 Thread Mahmoud
> I'm trying to force the browser to download a movie rather than open it up > and play it. Yesterday, Miguel kindly put me onto headers as being the way > to do this. Problem is I have an include at the top of the page and that > won't let me add in the necessary headers. The PHP manual says to u

[PHP] Re: combining headers with includes

2002-03-19 Thread Julio Nobrega Trabalhando
Isn't working because when you include the file it complains that it can't send headers? Specially because there's an output on line X of the included file? Like anything outside and/or echo, print, etc...? Well, you could try to make a smaller version of the included file that doesn't outpu