I have a database with utf_general_ci
encoding in MySQL, when I insert data in Navicat or PhpMyAdmin and do queries there, the special characters are returned fine.
But in a php variable they are showing like this:
My database and collations:
and in my html doc if it is a normal
it shows the characters OK, it only not work when is a php variable
please help me