PHP: The Complete Reference (Paperback)

Steven Holzner

  • 出版商: McGraw-Hill Education
  • 出版日期: 2007-12-01
  • 定價: $1,550
  • 售價: 2.6$399
  • 語言: 英文
  • 頁數: 590
  • 裝訂: Paperback
  • ISBN: 0071508546
  • ISBN-13: 9780071508544
  • 相關分類: PHP
  • 立即出貨(限量) (庫存=5)

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

商品描述

Description 

Your One-Stop Guide to Web Development with PHP--Covers PHP 5.2

Build dynamic, cross-browser Web applications with PHP--the server-side programming language that's taken the Internet by storm. Through detailed explanations and downloadable code examples, this comprehensive guide shows you, step-by-step, how to configure PHP, create PHP-enabled Web pages, and put every advanced development tool to work.

PHP: The Complete Reference explains how to personalize the PHP work space, define operators and variables, manipulate strings and arrays, deploy HTML forms and buttons, and process user input. You'll learn how to access database information, track client-side preferences using cookies, execute FTP and e-mail transactions, and publish your applications to the Web. You'll also get in-depth coverage of PHP's next-generation Web 2.0 design features, including AJAX, XML, and RSS.

  • Install PHP and set up a customized development environment
  • Work with variables, operators, loops, strings, arrays, and functions
  • Integrate HTML controls, text fields, forms, radio buttons, and checkboxes
  • Accept and validate user-entered data from Web pages
  • Simplify programming using PHP's object-oriented tools
  • Build blogs, guest books, and feedback pages with server-side file storage
  • Write MySQL scripts that retrieve, modify, and update database information
  • Set cookies, perform FTP transactions, and send e-mails from PHP sessions
  • Build AJAX-enabled Web pages
  • Draw graphics on the server
  • Create XML components and add RSS feeds

Table of Contents

Chapter 1. Essential PHP
Chapter 2. Operators and Flow Control
Chapter 3. Strings and Arrays
Chapter 4. Creating Functions
Chapter 5. Reading Data in Web Pages
Chapter 6. PHP Browser-Handling Power
Chapter 7. Object-Oriented Programming
Chapter 8. Advanced Object-Oriented Programming
Chapter 9. File Handling
Chapter 10. Working with Databases
Chapter 11. Sessions, Cookies, and FTP
Chapter 12. Ajax
Chapter 13. Advanced Ajax
Chapter 14. Drawing Images on the Server
Chapter 15. XML and RSS
Index

商品描述(中文翻譯)

描述

《PHP: The Complete Reference》是一本關於網頁開發的綜合指南,涵蓋了PHP 5.2版本。本書通過詳細的解釋和可下載的程式碼示例,逐步向讀者展示如何配置PHP、創建支援PHP的網頁,並運用各種高級開發工具。

本書介紹了如何個性化PHP工作空間,定義運算符和變量,操作字符串和數組,部署HTML表單和按鈕,以及處理用戶輸入。讀者將學習如何訪問數據庫信息,使用cookie跟踪客戶端偏好,執行FTP和電子郵件事務,並將應用程序發布到網絡上。本書還深入介紹了PHP的下一代Web 2.0設計特性,包括AJAX、XML和RSS。

本書的內容包括:
- 安裝PHP並設置自定義開發環境
- 使用變量、運算符、循環、字符串、數組和函數進行開發
- 整合HTML控件、文本字段、表單、單選按鈕和複選框
- 接受並驗證從網頁中輸入的用戶數據
- 使用PHP的面向對象工具簡化編程
- 使用伺服器端文件存儲構建博客、留言板和反饋頁面