I have tried header('Content-type: text/plain; charset=utf-8'); but still I have the same problem when I run the script in my local browser. The collation is utf8_general_ci Any solutions ?
Asked
Active
Viewed 28 times
0
-
1Possible duplicate of [UTF-8 all the way through](http://stackoverflow.com/questions/279170/utf-8-all-the-way-through) – miken32 Apr 05 '16 at 22:24
-
There are also MySQL client and connection properties for character encoding. You are wading into one of the most annoying aspects of the universe right now. – Buttle Butkus Apr 05 '16 at 22:37
-
Oh, I will try the miken32 link.. Why the most annoying things are happening to me, I have just started to use mySql and PHP :( – Air Scape Apr 06 '16 at 07:27