using Chinese character as login/password

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
theclay7
Forum Commoner
Posts: 50
Joined: Wed Feb 19, 2003 3:17 am

using Chinese character as login/password

Post by theclay7 »

I would like to create a user login/password interface where people can registered using their chinese name, I have tried using MySQL, and it is easy to retrieve information from Chinese without any special code written...

But I couldn't use it as login/password system because it doesn't provide matching with the db in chinese character....do you know why?

if yes, what solution can I make?
Post Reply