In coon.php that serves as a connection to my database, if I add this code:
mysql_query("SET NAMES 'utf8'");
mysql_query('SET character_set_connection=utf8');
mysql_query('SET character_set_client=utf8');
mysql_query('SET character_set_results=utf8');
The name is as in the image below:
IfItakeitgetslikethisimage..Usingthisinthedatabaseis"Braganção" instead of "Braganção" and the problem is, when I'm going to load more stuff via json / ajax etc ... he will get "Braganção" and not "braganção"
goal: make the name stay utf8 both on the page both in the database to always pull the correct name