I spent the last few hours getting my website to validate HTML 4.01 Strict and I actually have succeeded in that but there is still one warning which I can\'t get rid of. Th
You need to replace the HTTP-level header.
This should work:
Note that the above must be the FIRST thing in your file. No exceptions. See http://us2.php.net/manual/en/function.header.php
For general info on how to change the character set header in different web stacks, see http://www.w3.org/International/O-HTTP-charset
Larry