> 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 far as I know.

-Rasmus

Reply via email to