I'm trying to load html from a MySQL database and display it via my php script. But it won't display foreign characters correctly.
I've already changed php.ini to have the default charset as utf-8 and I've set my php header to:
header('Content-Type: text/html; charset=utf-8');
And it still won't display the characters correctly. It's starting to really annoy me because I've tried every solution and none of them seem to be working.