PHP 5: Your visual blueprint for creating open source, server-side content

Toby Boudreaux

  • 出版商: Hungry Minds
  • 出版日期: 2005-05-27
  • 售價: $1,150
  • 貴賓價: 9.5$1,093
  • 語言: 英文
  • 頁數: 320
  • 裝訂: Paperback
  • ISBN: 0764583328
  • ISBN-13: 9780764583322
  • 相關分類: PHP
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Description:

* Now revised to cover features found in PHP4 and PHP5, this new edition shows Web developers step by step how to create dynamic, data-driven Web applications
* Two-color screen shots accompanied by concise callouts demonstrate how to tackle more than 100 key PHP tasks, including using cookies to monitor the activity of Web site visitors, retrieving information from MySQL or other databases, creating images and Web pages on the fly, and processing XML documents
* Shows how to use PHP with Apache Web server, process data forms, access data files, troubleshoot PHP scripts, and migrate scripts to PHP5
* A companion Web site features a fully searchable e-version of the book, plus all code that appears in the text-ready to plug into users' Web pages

 

Table of Contents:

HOW TO USE THIS VISUAL BLUEPRINT BOOK.

1. GETTING STARTED WITH PHP.

Introduction to PHP.

Install Apache on Windows.

Install Internet Information Services on Windows.

Add a Virtual Directory to Internet Information Services.

Set File and Folder Permissions on Windows.

Install PHP on Windows.

Install Apache on OS X.

Install PHP on OS X.

Set File and Folder Permissions on OS X.

Configure PHP.

Verify Installation.

Upload Pages to a Web Server.

2. PHP LANGUAGE BASICS.

Insert PHP Code into a Page.

Add Comments.

Create a Numeric Variable.

Create a String Variable.

Create a Constant.

Using Operators.

Perform a Numeric Calculation.

Control Program Flow Using Conditional Statements.

Using the Switch Statement.

Using While Loops.

Using For Loops.

Create a Function.

Return a Value from a Function.

Pass Arguments to a Function.

Pass Arguments by Reference.

Write a Recursive Function.

Using Dynamic Variables.

Work with Data Types.

Get Information About a Variable.

Using PHP Constants.

Include a File.

Using the Exit and Die Statements.

Work with Dates and Times.

3. WORKING WITH ARRAYS.

Introduction to Arrays.

Create an Array.

Create an Associative Array.

Create a Multidimensional Array.

Change the Current Array Element.

Add and Remove Elements from an Array.

Replace Elements in an Array.

Sort an Array.

Sort an Associative Array.

Sort Using a Custom Sort Function.

Get Information About an Array.

Using the List Statement.

Using the Foreach Statement.

Print an Array.

4. WORKING WITH TEXT.

Change the Case of a String.

Using ASCII Values.

Print a Formatted String.

Find String Length.

Convert a String into an Array.

Trim a String.

Compare Strings.

Access or Replace Characters by Position in a String.

Search for a Substring or Character.

Extract or Replace a Substring.

Replace All Instances of a Word.

Work with HTML Text.

Work with Unicode Text.

Introduction to Regular Expressions.

Find a Substring Using Regular Expressions.

Replace a Substring Using Regular Expressions.

Reformat a String Using Regular Expressions.

Create an Array of Matches Using Regular Expressions.

5. WORKING WITH FILESYSTEM AND I/O.

Open or Create a File.

Write to a File.

Copy or Delete a File.

Access File Attributes.

Set Unix File Permissions.

Work with Directories.

Get a List of Files in a Directory.

Using Output Buffering.

Set Custom HTTP Headers.

Execute Shell Commands.

Send an E-Mail.

6. WORKING WITH FORMS.

Create a Form.

Understanding Form Elements.

Add Elements to a Form.

Process Submitted Form Data.

Process Multiple Form Selections.

Create a File Upload Form.

Process a File Upload.8

Validate User Input.

7. USING COOKIES AND SESSIONS.

Create and Read a Cookie.

Delete a Cookie.

Create a Session.

Create and Read Session Variables.

Save Session Data to a File.

Access Saved Session Data.

8. INTRODUCTION TO OBJECTS.

Introduction to Object-Oriented Programming.

Changes in PHP 5.

Define a Class.

Create Class Constructors and Destructors.

Define a Method.

Clone an Object.

Create Private and Static Members.

Extend a Class.

Work with External Data in Classes.

Access Information About an Object.

Check for Classes and Methods.

Using Object Serialization.

Using Class Autoloading.

Overload an Object Method.

Using Iterators.

9. INTRODUCTION TO DATABASES.

Introduction to Databases.

Design a Database.

Choose a Database Server.

Introduction to Structured Query Language (SQL).

Using a Database Client.

10. USING DATABASES.

Introduction to SQLite.

Introduction to MySQLi.

Create an SQLite Database.

Add Records to an SQLite Database.

Retrieve Records from an SQLite Database.

Create an SQLite Function.

Connect to MySQL Server.

Add Records to a MySQL Database.

Select Records from a MySQL Database.

Update Records in a MySQL Database.

Delete Records from a MySQL Database.

Retrieve Records as an Associative Array.

Retrieve Records from Multiple Tables in a MySQL Database.

Get Information About Fields in a MySQL Table.

Using a Form to Modify a Record.

Create a MySQLi Connection.

Create a MySQLi Prepared Statement.

11. DEBUGGING AND ERRORS.

Change PHP's Error-Reporting Level.

Create a Custom Error Handler.

Log Errors to a File.

Send Errors to an E-Mail Address.

Embed Debugging Messages in HTML Comments.

Using Try...Catch Statements.

12. WORKING WITH XML.

Introduction to XML.

Introduction to DOM XML.

Parse a File Using SimpleXML.

Write to a File Using SimpleXML.

Parse a File Using SAX.

Parse a File Using DOM.

Write a File Using DOM.

Parse HTML Using DOM.

Using XPath.

Introduction to SOAP.

Introduction to XSLT.

Create a SOAP Client.

Create a SOAP Server.

Transform an XML File Using XSLT.

INDEX.

商品描述(中文翻譯)

描述:



* 現在修訂以涵蓋 PHP4 和 PHP5 中的功能,這本新版逐步向網頁開發人員展示如何創建動態、數據驅動的網頁應用程式
* 配有簡潔的標註的雙色螢幕截圖演示如何處理100多個關鍵的 PHP 任務,包括使用 cookie 監控網站訪問者的活動、從 MySQL 或其他數據庫檢索信息、動態創建圖像和網頁,以及處理 XML 文檔
* 展示如何與 Apache Web 伺服器一起使用 PHP,處理數據表單,訪問數據文件,疑難排解 PHP 腳本,並將腳本遷移到 PHP5
* 附帶網站提供全文可搜索的電子版本,以及出現在書中的所有代碼,可直接插入使用者的網頁中


 



目錄:



如何使用這本視覺藍圖書。

1. 開始使用 PHP。


介紹 PHP。


在 Windows 上安裝 Apache。


在 Windows 上安裝 Internet Information Services。


在 Internet Information Services 中添加虛擬目錄。


在 Windows 上設置文件和文件夾權限。


在 Windows 上安裝 PHP。


在 OS X 上安裝 Apache。


在 OS X 上安裝 PHP。


在 OS X 上設置文件和文件夾權限。


配置 PHP。


驗證安裝。


將頁面上傳到 Web 伺服器。


2. PHP 語言基礎。


將 PHP 代碼插入頁面中。


添加註釋。


創建數字變量。


創建字符串變量。


創建常量。


使用運算符。


執行數字計算。


使用條件語句控制程序流程。


使用 Switch 語句。


使用 While 循環。


使用 For 循環。


創建函數。


從函數返回值。


向函數傳遞參數。


按引用傳遞參數。


編寫遞歸函數。


使用動態變量。


處理數據類型。


獲取有關變量的信息。


使用 PHP 常量。


包含文件。


使用 Exit 和 Die 語句。


處理日期和時間。


3. 使用數組。


介紹數組。 ```