Home > Store

PHP and MySQL Web Development, 5th Edition

Register your product to gain access to bonus material or receive a coupon.

PHP and MySQL Web Development, 5th Edition

Best Value Purchase

Book + eBook + FREE Web Edition Bundle

  • Your Price: $80.29
  • List Price: $117.98
  • Includes EPUB and PDF
  • About eBook Formats
  • This eBook includes the following formats, accessible from your Account page after purchase:

    ePub EPUB The open industry format known for its reflowable content and usability on supported mobile devices.

    Adobe Reader PDF The popular standard, used most often with the free Acrobat® Reader® software.

    This eBook requires no passwords or activation to read. We customize your eBook by discreetly watermarking it with your name, making it uniquely yours.

  • About this Web Edition
  • A Web Edition is an online learning product that you view in your web browser. Some Web Editions include additional interactive features, such as videos and quizzes. A Web Edition will be accessible from your Account page after purchase.

    Viewing a Web Edition requires a web browser with full HTML5 compatibility (Chrome, Firefox, Safari). Supported platforms are:

    • macOS 10.13 or greater
    • Windows 8 or greater
    • iOS 14 or greater
    • Linux

More Purchase Options

Book + FREE Web Edition

  • Your Price: $59.99
  • About this Web Edition
  • A Web Edition is an online learning product that you view in your web browser. Some Web Editions include additional interactive features, such as videos and quizzes. A Web Edition will be accessible from your Account page after purchase.

    Viewing a Web Edition requires a web browser with full HTML5 compatibility (Chrome, Firefox, Safari). Supported platforms are:

    • macOS 10.13 or greater
    • Windows 8 or greater
    • iOS 14 or greater
    • Linux

eBook + FREE Web Edition

  • Your Price: $57.99
  • Includes EPUB and PDF
  • About eBook Formats
  • This eBook includes the following formats, accessible from your Account page after purchase:

    ePub EPUB The open industry format known for its reflowable content and usability on supported mobile devices.

    Adobe Reader PDF The popular standard, used most often with the free Acrobat® Reader® software.

    This eBook requires no passwords or activation to read. We customize your eBook by discreetly watermarking it with your name, making it uniquely yours.

  • About this Web Edition
  • A Web Edition is an online learning product that you view in your web browser. Some Web Editions include additional interactive features, such as videos and quizzes. A Web Edition will be accessible from your Account page after purchase.

    Viewing a Web Edition requires a web browser with full HTML5 compatibility (Chrome, Firefox, Safari). Supported platforms are:

    • macOS 10.13 or greater
    • Windows 8 or greater
    • iOS 14 or greater
    • Linux

Web Edition

  • Your Price: $47.99
  • About this Web Edition
  • A Web Edition is an online learning product that you view in your web browser. Some Web Editions include additional interactive features, such as videos and quizzes. A Web Edition will be accessible from your Account page after purchase.

    Viewing a Web Edition requires a web browser with full HTML5 compatibility (Chrome, Firefox, Safari). Supported platforms are:

    • macOS 10.13 or greater
    • Windows 8 or greater
    • iOS 14 or greater
    • Linux

About

Features

  • The definitive, best-selling book on combining these two open source tools to create dynamic Web sited -- updated for PHP 7 and MySQL 5.7
  • Clear, practical, down to earth, and now extensively updated for today's best practices
  • Includes a brand-new chapter on PHP cloud development, plus all-new mobile web app projects
  • Now focuses on security issues throughout, and contains an all-new chapter on Web security
  • Adds new coverage of using the indispensable PEAR repository of PHP extensions and applications

Description

  • Copyright 2017
  • Dimensions: 7" x 9"
  • Pages: 688
  • Edition: 5th
  • Book
  • ISBN-10: 0-321-83389-9
  • ISBN-13: 978-0-321-83389-1

PHP and MySQL Web Development, Fifth Edition

The definitive guide to building database-driven Web applications with PHP and MySQL


PHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications.


PHP and MySQL Web Development shows how to use these tools together to produce effective, interactive Web applications. It clearly describes the basics of the PHP language, explains how to set up and work with a MySQL database, and then shows how to use PHP to interact with the database and the server.


This practical, hands-on book consistently focuses on real-world applications, even in the introductory chapters. The authors cover important aspects of security and authentication as they relate to building a real-world website and show you how to implement these aspects in PHP and MySQL. They also introduce you to the integration of front-end and back-end technologies by using JavaScript in your application development.


The final part of this book describes how to approach real-world projects and takes the reader through the design, planning, and building of several projects, including:

  • User authentication and personalization
  • Web-based email
  • Social media integration
  • Shopping cart

The fifth edition of PHP and MySQL Web Development has been thoroughly updated, revised, and expanded to cover developments in PHP through versions 5.6 and 7, as well as features introduced in recent stable releases of MySQL.


Free Access to Web Edition


Purchase of this book in any format, electronic or print, includes free access to the corresponding Web Edition. The Web Edition can be viewed on all types of computers and mobile devices with any modern web browser that supports HTML5.

Contents at a Glance


Part I: Using PHP

1  PHP Crash Course

2  Storing and Retrieving Data

3  Using Arrays

4  String Manipulation and Regular Expressions

5  Reusing Code and Writing Functions

6  Object-Oriented PHP

7  Error and Exception Handling


Part II: Using MySQL

8  Designing Your Web Database

9  Creating Your Web Database

10 Working with Your MySQL Database

11 Accessing Your MySQL Database from the Web with PHP

12 Advanced MySQL Administration

13 Advanced MySQL Programming


Part III: Web Application Security

14 Web Application Security Risks

15 Building a Secure Web Application

16 Implementing Authentication Methods with PHP


Part IV: Advanced PHP Techniques

17 Interacting with the File System and the Server

18 Using Network and Protocol Functions

19 Managing the Date and Time

20 Internationalization and Localization

21 Generating Images

22 Using Session Control in PHP

23 Integrating JavaScript and PHP

24 Other Useful Features


Part V: Building Practical PHP and MySQL Projects

25 Using PHP and MySQL for Large Projects

26 Debugging and Logging

27 Building User Authentication and Personalization

28 (PDF with Product Registration) Building a Web-Based Email Client with Laravel Part I

29 (PDF with Product Registration) Building a Web-Based Email Client with Laravel Part II

30 (PDF with Product Registration) Social Media Integration Sharing and Authentication

31 (PDF with Product Registration) Building a Shopping Cart


Part VI: Appendix

A Installing Apache, PHP, and MySQL



Downloads

Downloads

Log into your account to access bonus PDF chapters and sample code.

Sample Content

Online Sample Chapter

PHP Crash Course

Sample Pages

Download the sample pages (includes Chapter 1 and the Index.)

Table of Contents

PHP and MySQL Web Development, 5th Edition


Part I: Using PHP

1  PHP Crash Course

2  Storing and Retrieving Data

3  Using Arrays

4  String Manipulation and Regular Expressions

5  Reusing Code and Writing Functions

6  Object-Oriented PHP

7  Error and Exception Handling


Part II: Using MySQL

8  Designing Your Web Database

9  Creating Your Web Database

10 Working with Your MySQL Database

11 Accessing Your MySQL Database from the Web with PHP

12 Advanced MySQL Administration

13 Advanced MySQL Programming


Part III: Web Application Security

14 Web Application Security Risks

15 Building a Secure Web Application

16 Implementing Authentication Methods with PHP


Part IV: Advanced PHP Techniques

17 Interacting with the File System and the Server

18 Using Network and Protocol Functions

19 Managing the Date and Time

20 Internationalization and Localization

21 Generating Images

22 Using Session Control in PHP

23 Integrating JavaScript and PHP

24 Other Useful Features


Part V: Building Practical PHP and MySQL Projects

25 Using PHP and MySQL for Large Projects

26 Debugging and Logging

27 Building User Authentication and Personalization

28 (PDFs with Product Registration) Building a Web-Based Email Client with Laravel Part I

29 (PDFs with Product Registration) Building a Web-Based Email Client with Laravel Part II

30 (PDFs with Product Registration) Social Media Integration Sharing and Authentication

31 (PDFs with Product Registration) Building a Shopping Cart


Part VI: Appendix

A Installing Apache, PHP, and MySQL

Updates

Errata

Download the errata (47 KB .pdf).

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.