hi guys! I got a problem...
I want to store chinese data in MySQL db and then display them in the browser.
I can successfully input and correctly see these chinese characters in phpmyadmin.
However, when I use php to output them in the browser, all of them become question marks. (i.e. ???)
I've tried to change collation of both database and rows to gb2312 and utf8_unicode but doesnt help.
I have no idea how to solve this problem... any help would be appreciated! 
|