Funkade inte detta?:
http://www.microsoft.com/technet/prodtechn...c656f99ead.mspx
och du vill inte göra nedanstående alltså?:
Kod:
<?php
header("Content-Type: text/html; charset=ISO-8859-1");
?>
<html><head>PHP-test</head><body>
<?php
echo date("Y-m-d H:i:s");
?>
</body></html>