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

Location: - Forcing the Browser to Redirect to Another URL
This section provides a tutorial example on how to insert the 'Location:' header line in a HTTP response to tell the browser to do a URL redirect - Send a HTTP request to the specified ULR immediately.
2015-10-21, ∼757🔥, 4💬

💬 2015-10-21 George: Does anyone know how to tell IIS to NOT do this?

💬 2015-10-21 George: I believe it is IIS changing the contents

💬 2015-09-24 Herong: Hi Robert, you are probably right. I will compare it with the Apache server.

💬 2015-09-23 Robert: This is an issue in IIS, not php.

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, ∼715🔥, 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, ∼691🔥, 1💬

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💬

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, ∼644🔥, 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, ∼634🔥, 2💬

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

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, ∼600🔥, 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, ∼587🔥, 0💬

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, ∼571🔥, 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, ∼567🔥, 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...

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, ∼558🔥, 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, ∼556🔥, 0💬

About This Book
This section provides some detailed information about this book - Chinese Web Sites Using PHP.
2025-06-07, ∼554🔥, 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, ∼520🔥, 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, ∼517🔥, 1💬

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, ∼514🔥, 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, ∼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, ∼475🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼473🔥, 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, ∼472🔥, 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, ∼468🔥, 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, ∼465🔥, 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, ∼455🔥, 0💬

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