Re: [PHP] headers & passthru()

2001-04-04 Thread Plutarck
If your program does not explicitly set the content type header, then I believe it is Apache which will send it automatically. So that may be part of your problem. -- Plutarck Should be working on something... ...but forgot what it was. "Nikolai Vladychevski" <[EMAIL PROTECTED]> wrote in messag

Re: [PHP] headers & passthru()

2001-04-04 Thread David Robley
On Thu, 5 Apr 2001 13:29, Nikolai Vladychevski wrote: > Hi, > > i got this problem, when I use an executable to produce the output for > the html php sends headers screwing it all. For example, my script is > like this: > > > . > some stuff in php using database to prepare tempfile > >

[PHP] headers & passthru()

2001-04-04 Thread Nikolai Vladychevski
Hi, i got this problem, when I use an executable to produce the output for the html php sends headers screwing it all. For example, my script is like this: in this example PHP does not generate HTML code, but the problem is it still sends header "Content-type: text/html". Why? I really dont n