Popular Books:
Creating a Table with Multiple Character Sets
This section describes how to create a table with multiple character sets in MySQL. 2022-10-01, ∼301🔥, 0💬
Storing Non-ASCII Characters with Encoded Bytes
This section describes a test of storing non-ASCII characters with encoded bytes for columns with different encodings in MySQL server. 2022-10-01, ∼300🔥, 0💬
Running PHP Scripts
This section describes how to run PHP scripts in a command window in normal mode and in CGI mode. 2022-10-01, ∼299🔥, 0💬
Copying and Pasting Chinese Input to Big5 Web Forms
This section provides a test on copying and pasting Chinese input text from UTF-8 and GB18030 Web pages to Big5 encoded Web forms. 2019-08-24, ∼292🔥, 1💬
String Data Type, Literals and Functions
This section providing information on string data type, literals, and functions. 2022-10-01, ∼286🔥, 0💬
Summary
This section provides a quick summary on inputting Chinese characters into MySQL database through Web forms. 2022-10-01, ∼283🔥, 0💬
References
List of reference materials used in this book. 2022-10-01, ∼278🔥, 0💬
Specifying Character Set for Text Columns
This section describes how to specify character set for text columns in MySQL database. 2022-10-01, ∼277🔥, 0💬
Processing Web Form Input in ASCII
This section describes how to display a Web form and process form input data in ASCII. 2022-10-01, ∼273🔥, 0💬
Creating a Test Table - Comment
This section describes how to create a new table for testing purpose with MySQL monitor. 2022-10-01, ∼267🔥, 0💬
Transmitting Non-ASCII Characters between PHP and MySQL
This section provides information on how non-ASCII characters are transmitted between PHP and MySQL. 2022-10-01, ∼267🔥, 0💬
Detect System Default Encoding
This section provides a tutorial example on how to detect the system default encoding with a PHP script that displays the same Chinese text in 4 different encodings. 2022-10-01, ∼264🔥, 0💬
Publishing PHP Scripts as Web Pages
This section describes how to publish PHP scripts as Web pages on the Apache server. 2022-10-01, ∼255🔥, 0💬
List of Multibyte String Functions
This section provides a quick list of multibyte string functions related to Chinese characters. 2022-10-01, ∼255🔥, 0💬
String Literal Travel Path
This section providing information on how string literals in PHP scripts travel through various applications from you as a publisher to a user as a viewer of a Web page. 2022-10-01, ∼254🔥, 0💬
Archived: Download and Install PHP 5.2.2 on Windows
This section describes how to download and install PHP 5.2.2 on Windows systems. 2022-10-01, ∼254🔥, 0💬
Popular Posts:
Mooncake Festival ('Zhong Qiu Jie' 中秋节) The mooncake festival (Zhong Qiu Jie) falls on the 15th day...
This section provides a tutorial example of simple deadlock demo program, SimpleDeadLock.java, with ...
Want to know more about Chinese Festivals? Here are the Chinese Festivals coming soon: More informat...
This section provides a tutorial example on how to use the static method, showInputDialog(), to crea...
This section describes an error case where a UTF-8 encoding page contains GB18030 characters.