Building Chinese Web Sites using PHP
Dr. Herong Yang, Version 2.12

About This Book

This section provides some detailed information about this book - Building Chinese Web Sites using PHP.

Website URL: http://www.herongyang.com/PHP-Chinese

Title: Building Chinese Web Sites using PHP

Author: Dr. Herong Yang

Category: Java/JDBC

Version/Edition: Version 2.12, 2011

Number of pages: 129

Short description: This PHP tutorial book is a collection of notes and sample codes on building Chinese Web sites with PHP scripts. It can be used as a tutorial guide for beginners. Topics include installing PHP and Tomcat; creating PHP pages; displaying pages in Chinese; saving Chinese characters to MySQL database; fetching Chinese characters from MySQL database.

Long description: It can be used as a tutorial guide for beginners. Topics include installing PHP and Tomcat; creating PHP pages; displaying pages in Chinese; saving Chinese characters to MySQL database; fetching Chinese characters from MySQL database.

Keywords:PHP, Web, Tomcat, Chinese, GB2312, GB18030, Big5, UTF-8, Database, Upload, Input, MySQL

Cost/Price: Free

Viewing statistics: Not available yet.

Revision history:

  • Version 2.12, 2011. Minor corrections.
  • Version 2.00, 2007. Added more tutorials.
  • Version 1.00, 2002. First version.

Copyright:

  • This book is under Copyright © 2011 by Dr. Herong Yang. All rights reserved.
  • Material in this book may not be published, broadcasted, rewritten or redistributed in any form.
  • The example codes is provided as-is, with no warranty of any kind.

Table of Contents

About This Book

 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

 References

 PDF Printing Version

Dr. Herong Yang, updated in 2011
About This Book