中文在数据库中[关闭]

Hello guru of programming! Today I have got the task from my manager to add Chinese locale to my site.

Please if you can, what kind of encoding should I use in MySQL database, and will I have any problems with displaying Chinese text on client side?

Thank you)

Take a look at this stackoverflow thread for a solution to database handeling. You will also need to set the php to header the same charset I would have thought

Particularly at the suggestion by nazar at this thread...