Video description
It hasn't taken Web developers long to discover that when it
comes to creating dynamic, database-driven Web sites, MySQL and PHP
provide a winning open-source combination. Add this book to the
mix, and there's no limit to the powerful, interactive Web sites
that developers can create. With step-by-step instructions,
complete scripts, and expert tips to guide readers, veteran author
and database designer Larry Ullman gets right down to business:
After grounding readers with separate discussions of first the
scripting language (PHP) and then the database program (MySQL), he
goes on to cover security, sessions and cookies, and using
additional Web tools, with several sections devoted to creating
sample applications. This guide is indispensable for beginning to
intermediate level Web designers who want to replace their static
sites with something dynamic. In this edition, the bulk of the new
material covers the latest features and techniques with PHP and
MySQL. Also new to this edition are chapters introducing jQuery and
object-oriented programming techniques.
Table of Contents
Introduction to PHP
Using the PHP Manual
00:04:42
Basic Debugging
00:08:04
Creating Dynamic Web Sites
Handling an HTML Form
00:10:22
Introduction to MySQL
Accessing MySQL
00:08:38
(PHP)
00:05:47
Error Handling and Debugging
Intermediate Debugging
00:12:19
Common Programming Techniques
Paginating Query Results
00:07:08
Web Application Development
Handling File Uploads
00:10:20
Introducing jQuery
Introducing jQuery
00:20:30
Example - Message Board
Understanding a Multilingual Message Board
00:18:56