Hi,
it is said in the php.ini:
; As of 4.0b4, PHP always outputs a character encoding by default in
; the Content-type: header. To disable sending of the charset, simply
; set it to be empty.
; PHP's built-in default is text/html
default_mimetype = "text/html"
And this is my problem. Every page I build starts with "Content-type: text/html".
If I change it to
default_mimetype = ""
each page begins with "Content-type:"
Is there a way to cancel the whole content-type thing ?
thanx,
Andreas