Robert: Du ville sgu da altid få text\html tilbage?
Ja, men jeg vil OGSÅ gerne have UTF-8, og det kan man med følgende PHP kode:
header("Content-Type: text/html; charset=utf-8");
Den kan man bruge til at indikere MIME typen, som altså også kan være noget andet. image/png f.eks. eller application/zip.
Hos komogvind er utf-8 standard:
robert@robert-laptop:~$ telnet www.komogvind.dk 80
Trying 194.255.21.129...
Connected to www.komogvind.dk.
Escape character is '^]'.
HEAD / HTTP/1.1
Host: www.komogvind.dk
HTTP/1.1 200 OK
Server: Apache
Set-Cookie: PHPSESSID=p3hc7nmfvs4v9l3uh8ij0hqi60; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: private, no-cache, must-revalidate, s-maxage=0
Pragma: private
Set-Cookie: KOV_REFID=No+ref; expires=Fri, 13-Nov-2009 21:52:18 GMT; path=/
Set-Cookie: cookiefirstvisit=1; expires=Fri, 13-Nov-2009 21:52:18 GMT; path=/
Set-Cookie: cookieUniqueVisitor=1; expires=Thu, 13-Nov-2008 22:59:59 GMT; path=/
Set-Cookie: cookieTraceSites=1001%3A1; expires=Fri, 14-Nov-2008 21:52:18 GMT; path=/
Set-Cookie: cookieTraceSites=1001%3A1%2C1031%3A1; expires=Fri, 14-Nov-2008 21:52:18 GMT; path=/
Vary: Accept-Encoding,User-Agent
Content-Type: text/html; charset=utf-8
Date: Thu, 13 Nov 2008 21:52:19 GMT
X-Varnish: 2222058835
Age: 0
Via: 1.1 varnish
Connection: keep-alive
Connection closed by foreign host.
robert@robert-laptop:~$