Chinese Web Sites Using PHP - v2.24, by Herong Yang
About This Book
This section provides some detailed information about this book - Chinese Web Sites Using PHP.
Title: Chinese Web Sites Using PHP
Author: Herong Yang - Contact by email via herong_yang@yahoo.com.
Category: Language/PHP
Version/Edition: v2.24, 2024
Number of pages in PDF format: 225
Description: This PHP tutorial book is a collection of tutorial notes and sample codes on building Chinese Web sites with PHP scripts and MySQL Server. The concepts presented can also be applied to other server side scripting languages and database servers. Topics include installing PHP, Apache Web Server and MySQL server; Creating dynamic Web pages with PHP scripts; Connecting to MySQL Server from PHP scripts; Creating database columns with different Chinese character sets/encodings; Transferring Chinese text from and to database in specific encoding; Displaying Chinese text in Web pages; Collecting Chinese text in Web input forms. Updated in 2024 (Version v2.24) with minor changes.
Keywords: PHP, Web, Chinese, Character Set, Encoding, GB2312, GB18030, Big5, UTF-8, MySQL, Apache.
Copyright:
Revision history:
Web version: https://www.herongyang.com/PHP-Chinese - Provides free sample chapters, latest updates and readers' comments. History of view counts of the Web version is listed below:
As of Total Views ---------- ----------- 2023-12-31 1,088,175 2022-12-31 1,022,069 2021-12-31 959,449 2020-12-31 899,405 2019-12-31 851,020 2018-12-31 801,082 2017-12-31 759,575 2016-12-31 715,978 2015-12-31 669,108 2014-12-31 608,672 2013-12-31 532,149 2012-12-31 452,882 2011-12-31 354,950 2010-12-31 249,482 2009-12-31 162,412 2008-12-31 71,983 2007-12-31 11,419
PDF/EPUB version: https://www.herongyang.com/PHP-Chinese/PDF-Full-Version.html - Provides information on how to obtain the full version of this book in PDF, EPUB, or other format.
Table of Contents
PHP Installation on Windows Systems
Integrating PHP with Apache Web Server
charset="*" - Encodings on Chinese Web Pages
Chinese Characters in PHP String Literals
Multibyte String Functions in UTF-8 Encoding
Input Text Data from Web Forms
Input Chinese Text Data from Web Forms
MySQL - Installation on Windows
MySQL - Connecting PHP to Database
MySQL - Character Set and Encoding
MySQL - Sending Non-ASCII Text to MySQL
Retrieving Chinese Text from Database to Web Pages
Input Chinese Text Data to MySQL Database