Why do I get different values when importing data from server computer to my computer
source value = Kirstinehøj 17
became this Kirstinehøj 17
thanks
Why do I get different values when importing data from server computer to my computer
source value = Kirstinehøj 17
became this Kirstinehøj 17
thanks
Set your default_charset in php.ini, then using header() from within your code, before any output:
header('Content-Type: text/html; charset=utf-8');