03
To: [EMAIL PROTECTED]
Subject: [PHP] Turning Off Headers
Is there any way to tell PHP to NOT produce a Mime Header?
None, none at all... Not a Content-type:, nothing...
Badger
[EMAIL PROTECTED]
---
> 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
Is there any way to tell PHP to NOT produce a Mime Header?
None, none at all... Not a Content-type:, nothing...
Badger[EMAIL PROTECTED]
---
3 matches
Mail list logo