Popular Books:
Archived: php_mysql.dll - Configuring PHP to Use MySQL Extension
This section describes how to configure PHP load MySQL extension, php_mysql.dll, to use MySQL functions. 2022-10-01, ∼374🔥, 0💬
php_mbstring.dll - Multibyte String Extension
This section describes how to configure PHP to load the mbstring extension (php_mbstring.dll) to support multibyte string functions for UTF-8 encoding. 2022-10-01, ∼366🔥, 0💬
Fetching Non-ASCII Text from MySQL
This section describes how to set character_set_results properly to retrieve non-ASCII character strings from MySQL server. 2022-10-01, ∼363🔥, 0💬
Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format. 2022-10-01, ∼362🔥, 0💬
Processing Chinese Input on Web Forms in GB18030
This section describes how to display a Web form and process form Chinese input data in GB18030. 2022-10-01, ∼358🔥, 0💬
Entering Latin1 Characters with Alt Keycodes
This section describes how to enter Latin1 characters with Alt keycodes on an English keyboard. 2022-10-01, ∼353🔥, 0💬
Creating a Table with Multiple Character Sets
This section describes how to create a table with multiple character sets in MySQL. 2022-10-01, ∼349🔥, 0💬
Copying and Pasting Chinese Input to GB18030 Web Forms
This section provides a test on copying and pasting Chinese input text from UTF-8 and Big5 Web pages to GB18030 encoded Web forms. 2022-10-01, ∼345🔥, 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, ∼342🔥, 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, ∼331🔥, 0💬
Specifying Character Set for Text Columns
This section describes how to specify character set for text columns in MySQL database. 2022-10-01, ∼323🔥, 0💬
Summary
This section provides a quick summary on inputting Chinese characters into MySQL database through Web forms. 2022-10-01, ∼317🔥, 0💬
References
List of reference materials used in this book. 2022-10-01, ∼310🔥, 0💬
String Data Type, Literals and Functions
This section providing information on string data type, literals, and functions. 2022-10-01, ∼300🔥, 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, ∼296🔥, 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, ∼295🔥, 0💬
Popular Posts:
This chapter provides notes and tutorial examples on UTF-32, UTF-32BE and UTF-32LE encodings. Topics...
This section provides a list of commonly used Android command line tools that can be executed on the...
Information on how to obtain the full version of this book in PDF, EPUB, or other format.
This section describes how to insert BLOB values as normal strings using INSERT statements.
This section describes how to insert BLOB values as normal strings using INSERT statements.