My server is configured to set the Content-type charse header to "ISO-8859-1" by default, so I was told to create an .htaccess in my root folder with the following, in order to change the charset to UTF-8:
AddDefaultCharset utf-8
Everything works ok in the root folder, the Content-type is changed, but this won´t work for PHP files, just for HTML.. Why? I've also tried this:
AddCharset UTF-8 .php
But won't work either..