0
Without the charset utf-8, my page looks like this: http://i.imgur.com/wy59lje.png
Buga where php and html are normal
But when I put
<?php header ('Content-type: text/html; charset=UTF-8'); ?>
or
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
The html page and php is right: http://i.imgur.com/557yGPt.png
To confused, no phpmyadmin is already uft8 too
See http://answall.com/questions/636/howto detectar-o-encoding-da-página-por-php/642#642
– bfavaretto
Apparently you are mixing Charsets on the same page. Either fix PHP, or fix HTML. Start by putting the code editor charset that you use in the right mode, for ease.
– Bacco
If you can’t resolve with the link information I indicated, let me know here, including my username with a @ in front so I’ll be notified ok?
– bfavaretto