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

HelloServer12.php - First SOAP 1.2 Server Application
This section provides a tutorial example on how to write a simple SOAP 1.2 server application. The HelloServer.php example defines a hello() function, adds it to the SOAP server, waits for the client program to call.
2016-10-14, ∼681🔥, 2💬

Viewing Character Set Variables
This section describes how to view the current settings of MySQL session variables involved in character set conversions with client programs.
2022-10-01, ∼611🔥, 0💬

Archived: MySQL 5.0 Download, Installation and Start
This section describes how to download, install and start MySQL server on Windows systems.
2022-10-01, ∼604🔥, 0💬

Processing Web Form Input in UTF-8
This section describes how to display a Web form and process form input data in UTF-8.
2015-10-20, ∼544🔥, 1💬

Input Text Data from Web Forms
This chapter provides tutorial notes on input text data from Web forms. Topics include creating Web form; receiving input text data with PHP the $_REQUEST array; input text data in ASCII, Latin1 and UTF-8 encoding; entering Latin1 characters with Alt keycodes.
2015-10-29, ∼464🔥, 2💬

Testing Alt Keycodes with IE on a UTF-8 Web Page
This section provides a test on Latin1 Alt keycodes with Internet Explorer (IE) on a Web page with UTF-8 encoding.
2022-10-01, ∼460🔥, 0💬

Chinese Character String with GB18030 Encoding
This section providing information on handling Chinese character string literals in GB18030 encoding. header() function must be called to override the HTTP response header 'Content-type' setting to GB18030 in PHP 7.
2024-10-29, ∼448🔥, 3💬

💬 2024-10-29 Herong: Yi, looks like you have fixed your code issue. Your website displays Chinese characters correctly now.

💬 2024-10-26 Yi Jiang: Thanks Yang! But my website still display wrong: https://www.typingchinese.com/bishun .phpthis happens after hosting server upgr...

Chinese Characters in PHP String Literals
This chapter provides tutorial notes on Chinese characters in PHP string literals. Topics include PHP string literal syntax; testing Chinese character strings with UTF-8, GB18030, and Big5 encodings.
2021-08-12, ∼446🔥, 1💬

Copying and Pasting Chinese Input to UTF-8 Web Forms
This section provides a test on copying and pasting Chinese input text from GB18030 and Big5 Web pages to UTF-8 encoded Web forms.
2022-10-01, ∼434🔥, 0💬

Outputting Form Default Input Text in UTF-8
This section describes how to set form default input text with UTF-8 encoded characters.
2022-04-08, ∼408🔥, 1💬

Generate 8-Bit Encoding Tables
This section provides a tutorial example on how to generate 8-bit encoding tables with a PHP script.
2022-10-01, ∼404🔥, 0💬

charset="*" - Encodings on Chinese Web Pages
This chapter provides tutorial notes on character set encodings for Chinese Web pages. Topics include Chinese encoding options; using meta tags in HTML documents; testing Chinese Web pages with UTF-8, GB18030, and Big5 encodings.
2022-10-01, ∼396🔥, 0💬

Inputting Chinese Text to MySQL Database in GBK
This section describes how to take Chinese text from Web form and store it in MySQL database in GBK encoding.
2022-10-01, ∼396🔥, 0💬

Processing Chinese Input on Web Forms in Big5
This section describes how to display a Web form and process form Chinese input data in Big5.
2022-10-01, ∼388🔥, 0💬

MySQL 8.0 Download, Installation and Start
This section provides a tutorial example on how to download, install and start MySQL 8.0 server on Windows systems.
2022-10-01, ∼368🔥, 0💬

Inputting Chinese Text to MySQL Database in Big5
This section describes how to take Chinese text from Web form and store it in MySQL database in Big5 encoding.
2022-10-01, ∼359🔥, 0💬

About This Book
This section provides some detailed information about this book - Chinese Web Sites Using PHP.
2025-06-07, ∼341🔥, 1💬

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, ∼341🔥, 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, ∼325🔥, 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, ∼325🔥, 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, ∼316🔥, 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, ∼315🔥, 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, ∼314🔥, 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, ∼308🔥, 0💬

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