PHP by Example

Toby Butzon

  • 出版商: QUE
  • 出版日期: 2001-11-07
  • 定價: $1,050
  • 售價: 1.9$199
  • 語言: 英文
  • 頁數: 432
  • 裝訂: Paperback
  • ISBN: 0789725681
  • ISBN-13: 9780789725684
  • 相關分類: PHP
  • 立即出貨(限量) (庫存=2)

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

商品描述

PHP By Example will provide web-publishing oriented individuals the opportunity to learn a new, flexible Internet scripting language, PHP. This book will take the reader through step-by-step examples that will help them gain an understanding of PHP. PHP By Example will:

  • Explain concepts in simple, understandable tasks with multiple approaches to concepts that need clarification.
  • Encourage and train the reader to break problems down into logical steps.

Table of Contents

Introduction.

I. GETTING STARTED WITH PROGRAMMING IN HP.

1. Welcome to PHP.
2. Variables and Constants.
3. Program Input and Output.
4. Arithmetic.
5. String Manipulation.

II. CONTROL STRUCTURES.


6. The if, elseif, and else Statements.
7. The switch Statement.
8. Using while and do-while.
9. Using for and foreach.

III. ORGANIZATION AND OPTIMIZATION OF YOUR PROGRAM.


10. Functions.
11. Classes and Objects.
12. Using Include Files.

IV. ADVANCED PHP FEATURES.


13. Creating Dynamic Content with PHP and a MySQL Database.
14. Using PHP for Password Protection
15. Allowing Visitors to Upload Files.
16. Cookies.
17. Putting It All Together.

V. APPENDIXES.


Appendix A. Debugging and Error Handling.
Glossary.
Index.

商品描述(中文翻譯)

《PHP By Example》將為以網頁發佈為導向的個人提供學習一種新的、靈活的網際網路腳本語言 PHP 的機會。本書將通過逐步示例引導讀者,幫助他們理解 PHP。《PHP By Example》將會:
- 以多種方法解釋概念,使需要澄清的概念易於理解。
- 鼓勵並訓練讀者將問題分解為邏輯步驟。

目錄:
- 引言
- I. 開始使用 PHP 編程
1. 歡迎使用 PHP
2. 變量和常量
3. 程序輸入和輸出
4. 算術
5. 字符串操作
- II. 控制結構
6. if、elseif 和 else 陳述
7. switch 陳述
8. 使用 while 和 do-while
9. 使用 for 和 foreach
- III. 程序的組織和優化
10. 函數
11. 類和對象
12. 使用包含文件
- IV. PHP 的高級功能
13. 使用 PHP 和 MySQL 數據庫創建動態內容
14. 使用 PHP 實現密碼保護
15. 允許訪問者上傳文件
16. Cookies
17. 將所有內容結合在一起
- V. 附錄
- 附錄 A. 調試和錯誤處理
- 术语表
- 索引