Practical PHP and MySQL: Building Eight Dynamic Web Applications
暫譯: 實用 PHP 與 MySQL:構建八個動態網頁應用程式

Jono Bacon

  • 出版商: Prentice Hall
  • 出版日期: 2006-11-24
  • 售價: $2,030
  • 貴賓價: 9.5$1,929
  • 語言: 英文
  • 頁數: 528
  • 裝訂: Paperback
  • ISBN: 0132239973
  • ISBN-13: 9780132239974
  • 相關分類: MySQLPHPSQL
  • 海外代購書籍(需單獨結帳)

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

相關主題

商品描述

Description

Practical PHP and MySQL reflects Jono’s commitment to the spirit of making open source subjects accessible to everyone. The book carefully walks you through the code for eight useful, dynamic Web applications. Projects are presented in a playful way, like the forum project that touts horror movies that make you ‘hide behind the couch.’”

From the Foreword by Christopher Negus, Series Editor, Negus Live Linux Series

 

Build Dynamic Web Sites Fast, with PHP and MySQL...

Learn from Eight Ready-to-Run Applications!

 

Suddenly, it’s easy to build commercial-quality Web applications using free and open source software. With this book, you’ll learn from eight ready-to-run, real-world applications–all backed by clear diagrams and screenshots, well-documented code, and simple, practical explanations.

 

Leading open source author Jono Bacon teaches the core skills you’ll need to build virtually any application. You’ll discover how to connect with databases, upload content, perform cascading deletes, edit records, validate registrations, specify user security, create reusable components, use PEAR extensions, and even build Ajax applications.

 

Working from complete examples on the CD-ROM, you’ll create

 

• Generic dynamic Web sites

• Blogs

• Discussion forums

• Shopping carts

• Auction sites

• Calendars

• FAQ systems

• Reusable components

• Content management systems

• News sites

 

JONO BACON is Ubuntu community manager for Canonical, Ubuntu’s sponsor. He is an established speaker, author, and contributor to the open source community. Bacon co-authored Linux

Desktop Hacks and The Official Ubuntu Book; has served as a columnist for Linux Format, Linux User & Developer, and PC Plus; and is an O’Reilly Networkweblog author. He is a lead developer onthe Jokosher (www.jokosher.org) project,and co-founder of LUGRadio–a podcastwith more than 15,000 listeners, andan annual event that attracts visitorsfrom around the world.

 

CD-ROM Includes

• XAMPP for Linux: easy-to-install, preconfigured Apache distributions containing MySQL, PHP, Perl, and more

• Source code for all eight fully-working applications discussed in the book

• A remastered Ubuntu live CD, set to run all eight applications live

 

System Requirements

• CPU: Pentium III, 650 MHz. RAM: 256MB (recommended 512MB).

• Hard disk: No space required to run live CD; 250MB of space needed to put XAMPP server and projects on installed system.

 

 

Table of Contents

Foreword     xi

About the Author     xii

Acknowledgments     xiii

Introduction     1

Chapter 1   A New Approach     5

Chapter 2   Getting Started with PHP and MySQL     15

Chapter 3   Running the Projects     53

Chapter 4   Building a Weblog     63

Chapter 5   Discussion Forums     111

Chapter 6   Creating a Shopping Cart     169

Chapter 7   Building an Online Auction Site     219

Chapter 8   Creating a Web-Based Calendar     265

Chapter 9   FAQ Content Management System     303

Chapter 10   Building a Re-Usable Project     379

Chapter 11   Building a News Web Site     425

Appendix A   Web Site Design     469

Index     499

商品描述(中文翻譯)

描述
《實用 PHP 和 MySQL》反映了 Jono 對於讓開源主題對每個人都能夠接觸的承諾。這本書仔細地帶領你通過八個有用的動態網頁應用程式的程式碼。專案以有趣的方式呈現,例如那個宣傳讓你「躲在沙發後面」的恐怖電影的論壇專案。
– 來自 Christopher Negus 的前言,Negus Live Linux 系列編輯

快速建立動態網站,使用 PHP 和 MySQL...
從八個即用型應用程式中學習!

突然之間,使用免費和開源軟體來建立商業品質的網頁應用程式變得簡單。通過這本書,你將從八個即用型的真實世界應用程式中學習——所有這些都有清晰的圖表和截圖、良好註解的程式碼,以及簡單、實用的解釋。

知名的開源作者 Jono Bacon 教授你建立幾乎任何應用程式所需的核心技能。你將學會如何連接資料庫、上傳內容、執行級聯刪除、編輯記錄、驗證註冊、指定用戶安全性、創建可重用的元件、使用 PEAR 擴展,甚至建立 Ajax 應用程式。

從 CD-ROM 上的完整範例開始,你將創建:
• 通用動態網站
• 部落格
• 討論論壇
• 購物車
• 拍賣網站
• 日曆
• 常見問題系統
• 可重用元件
• 內容管理系統
• 新聞網站

JONO BACON 是 Canonical 的 Ubuntu 社群經理,Canonical 是 Ubuntu 的贊助商。他是一位知名的演講者、作者和開源社群的貢獻者。Bacon 共同撰寫了《Linux Desktop Hacks》和《The Official Ubuntu Book》;曾擔任《Linux Format》、《Linux User & Developer》和《PC Plus》的專欄作家;並且是 O'Reilly Networkweblog 的作者。他是 Jokosher (www.jokosher.org) 專案的首席開發者,也是 LUGRadio 的共同創辦人——這是一個擁有超過 15,000 名聽眾的播客,並且每年舉辦的活動吸引來自世界各地的訪客。

CD-ROM 包含:
• XAMPP for Linux:易於安裝的預配置 Apache 發行版,包含 MySQL、PHP、Perl 等
• 書中討論的所有八個完全運作的應用程式的源代碼
• 一個重新製作的 Ubuntu 實時 CD,能夠即時運行所有八個應用程式

系統需求:
• CPU:Pentium III,650 MHz。RAM:256MB(建議 512MB)。
• 硬碟:運行實時 CD 不需要空間;在安裝系統上放置 XAMPP 伺服器和專案需要 250MB 的空間。

目錄
前言 xi
關於作者 xii
致謝 xiii
導言 1
第 1 章 新方法 5
第 2 章 開始使用 PHP 和 MySQL 15
第 3 章 運行專案 53
第 4 章 建立網誌 63
第 5 章 討論論壇 111
第 6 章 創建購物車 169
第 7 章 建立在線拍賣網站 219
第 8 章 創建基於網頁的日曆 265
第 9 章 FAQ 內容管理系統 303
第 10 章 建立可重用的專案 379
第 11 章 建立新聞網站 425
附錄 A 網站設計 469
索引 499