chinese words conversion

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpwalker
Forum Commoner
Posts: 81
Joined: Sun Apr 23, 2006 12:18 pm

chinese words conversion

Post by phpwalker »

Hi all, can i know how to convert

Code: Select all

松下微波炉 型号
to
???????
?

I've these data in database, i want to pull it out, then use script to convert to the chinese words and update it into database.

I don't know what function to use....can anyone hint me on this?
Post Reply