Different character encoding

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
kahwooi
Forum Commoner
Posts: 25
Joined: Fri Dec 10, 2004 12:28 am

Different character encoding

Post by kahwooi »

How to save gd2312 string into mysql database from a php form? My page is in utf-8 encoding. The data save is in utf-8 unicode example "马" instead of the gd2312 chinese character 马. The column is is set to gd2312.

knowlege with other character might also help.

Please help.

Thank you.
Post Reply