Popular Books:
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, ∼494🔥, 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, ∼476🔥, 0💬
References
List of reference materials used in this book. 2022-10-01, ∼474🔥, 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, ∼471🔥, 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, ∼467🔥, 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, ∼455🔥, 0💬
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, ∼454🔥, 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, ∼452🔥, 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, ∼446🔥, 0💬
Specifying Character Set for Text Columns
This section describes how to specify character set for text columns in MySQL database. 2022-10-01, ∼439🔥, 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, ∼438🔥, 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, ∼435🔥, 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, ∼433🔥, 0💬
Summary
This section provides a quick summary on inputting Chinese characters into MySQL database through Web forms. 2022-10-01, ∼420🔥, 0💬
Creating a Test Table - Comment
This section describes how to create a new table for testing purpose with MySQL monitor. 2022-10-01, ∼415🔥, 0💬
Testing Latin1 Alt Keycodes with IE
This section provides a test on Latin1 Alt keycodes with Internet Explorer (IE). 2022-10-01, ∼395🔥, 0💬
Popular Posts:
This section describes two types of 'import' statements: Single Type Import and On-Demand Type Impor...
This book is a collection of tutorial notes and example codes written by the author while he was lea...
This section describes how to use the 'adb logcat -v' command option to control the format of log en...
This section provides a tutorial example on how to set UTF-8 encoding an output PrintStream to corre...
This section provides a tutorial example on how to install PHPMailer on CentOS systems.