utf8 encoding and php

There is a very interesting comment on the php website regarding headers and UTF8 encoded files, which deals with the persistent “headers already sent” problem php might have with such files. One can read that here:

http://in2.php.net/manual/en/function.header.php#79579

Advertisement