Building Chinese Web Sites using PHP
Dr. Herong Yang, Version 2.11

Input Chinese Text Data to MySQL Database

This chapter provides tutorial notes on saving Chinese text into MySQL database through Web forms and retrieved it back to Web pages. Topics include reviewing the communication process; testing with UTF-8, GBK and Big5 encodings.

Steps and Application Components Involved

Inputting Chinese Text to MySQL Database in UTF-8

Inputting Chinese Text to MySQL Database in GBK

Inputting Chinese Text to MySQL Database in Big5

Summary

Dr. Herong Yang, updated in 2007
Input Chinese Text Data to MySQL Database