RE: [PHP] Turning Off Headers

2001-06-20 Thread Ray Hilton
If your using the standalone binary, I /think/ its something like php -q If it's the module in apache, you will have a problem as apache itself will add a certain degree of header information. -Original Message- From: Meles Meles [mailto:[EMAIL PROTECTED]] Sent: 19 June 2001 14:03 To: [E

Re: [PHP] Turning Off Headers

2001-06-19 Thread Rasmus Lerdorf
> Is there any way to tell PHP to NOT produce a Mime Header? > > None, none at all... Not a Content-type:, nothing... For the CGI version use php -q For the module version it isn't PHP sending the content-type, it is Apache. And no, there is no way to stop Apache from sending a content-type as