RE: [PHP-GENERAL] How to turn off "Content-Type"-header ??
[email protected] ("Liz Kimber")
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
Um, the content-type is important.. It helps tell the browser what it should be doing with it.. Perhaps somehow you are getting a blank line in your headers.... odd.. > -----Original Message----- > From: Sascha Sadeghian [mailto:[email protected]] > Sent: Tuesday, May 16, 2000 19:20 > To: [email protected] > Subject: [PHP-GENERAL] How to turn off "Content-Type"-header ?? > > > Hi ! > > In my configuration (Win32, Apache 1.3, PHP4 RC2, MySQL 3.22), > every script automatically inserts a mimetype definition > which is printed by the browser of course: > > Content-type: text/html > > I tried to set "default_mimetype" and "default_charset" > to be empty, but it doesn't have any effects... > I've also set expose_php to "Off" but it doesn't help it... > > How can this be done ? > > Which variable do I have to set ? > > Thank you ! > > Sascha > > -- > Sascha Sadeghian > mailto:[email protected] > http://sadeghian.de > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > To contact the list administrators, e-mail: [email protected] >