MySQL + PHP multi language queston

wxdqz

New Member
I would like to use MySQL be my DataBase server. And use PHP be the interface between the web and database.
My data will contain English, Big5 and GB characters that store in the MySQL DB. So what things should I beware?

1. If I input the data through the html form. Can I input that 3 different charset in same form? Or I need separate into 3 form for each charset. I am thinking if I input that 3 in same form, which charset should I define in the html head?
2. When I install the MySQL & PHP, need I enable the charset=Big5, GB. Because I saw that parameter in the INSTALL notes.
3. When I create the database, Any thing should I beware?
4. Other unknown... Pls remind me ^_^

Thank you for your Help!!!
 
Back
Top