Hello,
I have a problem displaying Uml and Tilde characters e.g. - Ää Õõ Öö Üü
I have inserted the text into MySQL and it looks fine when i browse the table from phpMyAdmin but when i display the text from that table with php on the webpage it shows question marks.
I'm sure the encoding is the same - utf8 in both, the database and html -
<?php header("Content-type: text/html; charset=utf-8");?>
<meta http-equiv="Content-type" value="text/html; charset=utf-8">
Anyone ever had the same problem?