PHP and MySQL Web Development 5th Edition

PHP and MySQL Web Development, 5th Edition

670

本書描述

使用php和mysql構建數據庫驅動web應用程序的最終指南。

PHP和MySQL是流行的開源技術,它們是快速開發數據庫驅動的web應用程序的理想選擇。php是一種強大的腳本語言,旨在使開發人員能夠快速創建功能強大的web應用程序,而MySQL是一個快速、可靠的數據庫,它與php很好地集成在一起,適合動態的基於Internet的應用程序。

PHP和MySQLWeb開發展示瞭如何將這些工具結合起來生成有效的、交互式的Web應用程序。它清楚地描述了php語言的基礎知識,說明了如何建立和使用MySQL數據庫,然後說明如何使用php與數據庫和服務器交互。

這本實用的、動手操作的書一直集中在現實世界的應用程序上,甚至在介紹性章節中。作者涵蓋了安全和身份驗證的重要方面,因爲它們涉及到構建一個真實世界的網站,並向您展示瞭如何在php和mysql中實現這些方面。他們還通過在應用程序開發中使用javascript向您介紹了前端和後端技術的集成。

本書的最後一部分描述瞭如何處理現實世界的項目,並引導讀者瞭解幾個項目的設計、規劃和構建,包括:

      用戶認證和個性化

     基於網絡的電子郵件

     社區組織者

PHP和MySQLWeb開發的第五版已被徹底更新、修訂和擴展,通過版本5.6和7,以及在最近的MySQL穩定版本中引入的特性,涵蓋了php中的開發。

目錄

Part I: Using PHP

Chapter 1 PHP Crash Course

Chapter 2 Storing and Retrieving Data

Chapter 3 Using Arrays

Chapter 4 String Manipulation and Regular Expressions

Chapter 5 Reusing Code and Writing Functions

Chapter 6 Object-Oriented PHP

Chapter 7 Error and Exception Handling

Part II: Using MySQL

Chapter 8 Designing Your Web Database

Chapter 9 Creating Your Web Database

Chapter 10 Working with Your MySQL Database

Chapter 11 Accessing Your MySQL Database from the Web with PHP

Chapter 12 Advanced MySQL Administration

Chapter 13 Advanced MySQL Programming

Part III: Web Application Security

Chapter 14 Web Application Security Risks

Chapter 15 Building a Secure Web Application

Chapter 16 Implementing Authentication Methods with PHP

Part IV: Advanced PHP Techniques

Chapter 17 Interacting with the File System and the Server

Chapter 18 Using Network and Protocol Functions

Chapter 19 Managing the Date and Time

Chapter 20 Internationalization and Localization

Chapter 21 Generating Images

Chapter 22 Using Session Control in PHP

Chapter 23 Integrating JavaScript and PHP

Chapter 24 Other Useful Features

Part V: Building Practical PHP and MySQL Projects

Chapter 25 Using PHP and MySQL for Large Projects

Chapter 26 Debugging and Logging

Chapter 27 Building User Authentication and Personalization

Part VI: Appendix

Appedix A: Installing Apache, PHP, and MySQL

掃描下面二維碼,關注我的微信公衆號,發送電子書名,可免費獲取你需要的電子書

下載地址:PHP and MySQL Web Development 5th.Edition

更多免費電子書

我的個人博客:www.dwyblog.club


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章