I am trying to set content-type bye php
I added this code
but when i am checking header the result is
What's with it? Does apache server mocking with me?
I added this code
Code:
header("Content-Type: text/html; charset=utf-8");
Code:
HTTP/1.1 200 OK Date: Fri, 20 Aug 2010 15:22:51 GMT Server: Apache X-Powered-By: PHP/5.1.6 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Connection: close Transfer-Encoding: chunked Content-Type: text/html
Comment