Chinese Web Sites Using PHP - v2.24, by Herong Yang
HTML Document Travel Path
This section providing information on how HTML documents travel through various applications from you as a publisher to a user as a viewer of a Web page.
In order to create and server HTML documents in Chinese correctly, you need to understand how a HTML document is being created and transferred through various applications to reach the viewer's screen. Here is a simplified diagram that shows the steps and applications used to create and deliver HTML documents to viewer's screen:
H1. Key Sequences from keyboard | |- Text editor v H2. HTML Document | |- Web server v H3. HTTP Response | |- Internet TCP/IP Connection v H4. HTTP Response | |- Web browser v H5. Visual characters on the screen
If you decided to use UTF-8 encoding to enter Chinese characters in your HTML documents, you need to make sure that all applications mentioned in the above diagram are friendly to UTF-8 encoding. Otherwise, corrupted characters could be introduced during the transfer process and displayed on viewer's screen.
Fortunately, most editors, Web servers, TCP/IP interfaces, and Web browsers do support UTF-8 nicely.
But if you decided to use GB or Big5 encoding to enter Chinese characters in your HTML documents, you may to need to verify those applications to make sure they support GB or Big5 encoding.
The HTML document travel path diagram can also help you to troubleshoot problem in displaying Chinese Web pages. The best strategy is to use diagnostic tool to capture the HTML document at different steps and review it to see if there are any damages.
Table of Contents
PHP Installation on Windows Systems
Integrating PHP with Apache Web Server
►charset="*" - Encodings on Chinese Web Pages
Chinese Character Set Encoding Options
Chinese Web Pages with UTF-8 Encoding
Chinese Web Pages with GB18030 Encoding
Chinese Web Pages with Big5 Encoding
UTF-8 Encoding Pages with GB18030 Characters
Chinese Characters in PHP String Literals
Multibyte String Functions in UTF-8 Encoding
Input Text Data from Web Forms
Input Chinese Text Data from Web Forms
MySQL - Installation on Windows
MySQL - Connecting PHP to Database
MySQL - Character Set and Encoding
MySQL - Sending Non-ASCII Text to MySQL
Retrieving Chinese Text from Database to Web Pages
Input Chinese Text Data to MySQL Database