PHP5 and MySQL Bible
暫譯: PHP5 與 MySQL 聖經

Tim Converse, Joyce Park, Clark Morgan

  • 出版商: Hungry Minds
  • 出版日期: 2004-05-07
  • 售價: $1,920
  • 貴賓價: 9.5$1,824
  • 語言: 英文
  • 頁數: 1080
  • 裝訂: Paperback
  • ISBN: 0764557467
  • ISBN-13: 9780764557460
  • 相關分類: MySQLPHPSQL
  • 已過版

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

相關主題

商品描述

 This comprehensive tutorial and reference covers all the basics of PHP 5, a popular open source Web scripting language, and MySQL 4.012, the most popular open source database engine
* Explores why users need PHP and MySQL, how to get started, how to add PHP to HTML, and how to connect HTML Web pages to MySQL
* Offers an extensive tutorial for developing applications with PHP and MySQL
* Includes coverage of how to install, administer, and design MySQL databases independently of PHP; exception and error handling; debugging techniques; PostgreSQL database system; and PEAR database functions
* The authors provide unique case studies of how and where to use PHP drawn from their own extensive Web experience

Table of Contents:

Preface.

Acknowledgments.

Part I: PHP: The Basics.

Chapter 1: Why PHP and MySQL?

Chapter 2: Server-Side Web Scripting.

Chapter 3: Getting Started with PHP.

Chapter 4: Adding PHP to HTML.

Chapter 5: Syntax and Variables.

Chapter 6: Control and Functions.

Chapter 7: Passing Information between Pages.

Chapter 8: Strings.

Chapter 9: Arrays and Array Functions.

Chapter 10: Numbers.

Chapter 11: Basic PHP Gotchas.

Part II: PHP and MySQL.

Chapter 12: Choosing a Database for PHP.

Chapter 13: SQL Tutorial.

Chapter 14: MySQL Database Administration.

Chapter 15: PHP/MySQL Functions.

Chapter 16: Displaying Queries in Tables.

Chapter 17: Building Forms from Queries.

Chapter 18: PHP/MySQL Efficiency.

Chapter 19: PHP/MySQL Gotchas.

Part III: Advanced Features and Techniques.

Chapter 20: Object-Oriented Programming with PHP.

Chapter 21: Advanced Array Functions.

Chapter 22: String and Regular Expression Functions.

Chapter 23: Filesystem and System Functions.

Chapter 24: Sessions, Cookies, and HTTP.

Chapter 25: Types and Type Conversions.

Chapter 26: Advanced Use of Functions.

Chapter 27: Mathematics.

Chapter 28: PEAR.

Chapter 29: Security.

Chapter 30: Configuration.

Chapter 31: Exceptions and Error Handling.

Chapter 32: Debugging.

Chapter 33: Style.

Part IV: Connections.

Chapter 34: PostgreSQL.

Chapter 35: Oracle.

Chapter 36: PEAR Database Functions.

Chapter 37: E-mail.

Chapter 38: PHP and JavaScript.

Chapter 39: PHP and Java.

Chapter 40: PHP and XML.

Chapter 41: Web Services.

Chapter 42: Graphics.

Part V: Case Studies.

Chapter 43: Weblogs.

Chapter 44: User Authentication.

Chapter 45: A User-Rating System.

Chapter 46: A Trivia Game.

Chapter 47: Converting Static HTML Sites.

Chapter 48: Data Visualization with Venn Diagrams.

Appendix A: PHP for C Programmers.

Appendix B: PHP for Perl Hackers.

Appendix C: PHP for HTML Coders.

Appendix D: PHP Resources.

Index.

商品描述(中文翻譯)

這本全面的教程和參考書涵蓋了 PHP 5 的所有基本知識,這是一種流行的開源網頁腳本語言,以及 MySQL 4.012,最受歡迎的開源資料庫引擎。
* 探討為什麼用戶需要 PHP 和 MySQL,如何開始,如何將 PHP 添加到 HTML,以及如何將 HTML 網頁連接到 MySQL。
* 提供了使用 PHP 和 MySQL 開發應用程序的廣泛教程。
* 包括如何獨立於 PHP 安裝、管理和設計 MySQL 資料庫的內容;例外和錯誤處理;除錯技術;PostgreSQL 資料庫系統;以及 PEAR 資料庫函數。
* 作者提供了獨特的案例研究,說明如何以及在哪裡使用 PHP,這些案例來自他們自己豐富的網頁經驗。

**目錄:**
前言。
致謝。
**第一部分:PHP:基礎知識。**
第 1 章:為什麼選擇 PHP 和 MySQL?
第 2 章:伺服器端網頁腳本。
第 3 章:開始使用 PHP。
第 4 章:將 PHP 添加到 HTML。
第 5 章:語法和變數。
第 6 章:控制和函數。
第 7 章:在頁面之間傳遞信息。
第 8 章:字串。
第 9 章:陣列和陣列函數。
第 10 章:數字。
第 11 章:基本的 PHP 陷阱。
**第二部分:PHP 和 MySQL。**
第 12 章:為 PHP 選擇資料庫。
第 13 章:SQL 教程。
第 14 章:MySQL 資料庫管理。
第 15 章:PHP/MySQL 函數。
第 16 章:在表格中顯示查詢。
第 17 章:從查詢建立表單。
第 18 章:PHP/MySQL 效率。
第 19 章:PHP/MySQL 陷阱。
**第三部分:進階功能和技術。**
第 20 章:使用 PHP 的物件導向程式設計。
第 21 章:進階陣列函數。
第 22 章:字串和正則表達式函數。
第 23 章:檔案系統和系統函數。
第 24 章:會話、Cookie 和 HTTP。
第 25 章:類型和類型轉換。
第 26 章:函數的進階使用。
第 27 章:數學。
第 28 章:PEAR。
第 29 章:安全性。
第 30 章:配置。
第 31 章:例外和錯誤處理。
第 32 章:除錯。
第 33 章:風格。
**第四部分:連接。**
第 34 章:PostgreSQL。
第 35 章:Oracle。
第 36 章:PEAR 資料庫函數。
第 37 章:電子郵件。
第 38 章:PHP 和 JavaScript。
第 39 章:PHP 和 Java。
第 40 章:PHP 和 XML。
第 41 章:網路服務。
第 42 章:圖形。
**第五部分:案例研究。**
第 43 章:網誌。
第 44 章:用戶身份驗證。
第 45 章:用戶評分系統。
第 46 章:一個問答遊戲。
第 47 章:轉換靜態 HTML 網站。
第 48 章:使用維恩圖進行數據可視化。
附錄 A:針對 C 程式設計師的 PHP。
附錄 B:針對 Perl 黑客的 PHP。
附錄 C:針對 HTML 編碼者的 PHP。
附錄 D:PHP 資源。
索引。