< 1 2 3 4 5 > >>   ∑:102  Sort:Rank

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, ∼343🔥, 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, ∼335🔥, 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, ∼333🔥, 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, ∼327🔥, 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, ∼323🔥, 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, ∼320🔥, 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, ∼315🔥, 0💬

Chinese Text Encoding Conversion and Corruptions
This chapter provides tutorial notes on Chinese text encoding conversion and corruptions. Topics include Detecting system default encoding; Root causes of corrupted Chinese text; Corrupted Chinese file names with Un-ZIP; Generating 8-bit encoding tables; Restoring corrupted Chinese text.
2022-10-01, ∼311🔥, 0💬

Chinese Character String with GB18030 Encoding Error
This section provides a tutorial example showing a Chinese Web page generated by PHP using GB18030 encoding. But the page displays Chinese characters as garbled text.
2022-10-01, ∼310🔥, 0💬

Retrieving Chinese Text from Database to Web Pages
This chapter provides tutorial notes on fetching Chinese text data from MySQL database and sending it to Web pages. Topics include a summary on retrieving text from MySQL database; tests on retrieving Chinese text in UTF-8, GBK and Big5 encodings.
2022-10-01, ∼307🔥, 0💬

MySQL - Character Set and Encoding
This chapter provides tutorial notes on character set and encoding in MySQL. Topics include defining text columns with specific character set encodings; encoding conversions performed by MySQL on SQL statements and result sets; fetching non-ASCII characters in UTF-8 encoding.
2022-10-01, ∼306🔥, 0💬

Multibyte String Functions in UTF-8 Encoding
This chapter provides tutorial notes on using PHP multibyte string functions on Chinese character strings. Topics include loading php_mbstring.dll module; setting multibyte string functions for UTF-8 encoding; counting number of Chinese characters with mb_strlen().
2022-10-01, ∼301🔥, 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, ∼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💬

MySQL - Sending Non-ASCII Text to MySQL
This chapter provides tutorial notes on sending non-ASCII text data to MySQL. Topics include sending non-ASCII text data in SQL statements; changing MySQL character set settings to send Latin1, UTF-8, BGK, and Big5 characters.
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💬

MySQL - Connecting PHP to Database
This chapter provides tutorial notes on connecting PHP scripts to MySQl servers. Topics include creating database connection objects; executing INSERT INTO, SELECT, and UPDATE statements from PHP scripts.
2022-10-01, ∼298🔥, 0💬

MySQL - Installation on Windows
This chapter provides tutorial notes on MySQL installation on Windows systems. Topics include downloading, installing and starting MySQL database server; using mysqladmin tool; using command line tool; creating new database and new user.
2022-10-01, ∼291🔥, 0💬

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, ∼280🔥, 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💬

< 1 2 3 4 5 > >>   ∑:102  Sort:Rank