Introduction
Chapter 1 Introduction to PHP
Basic Syntax
Sending Data to the Web Browser
Writing Comments
What Are Variables?
Introducing Strings
Concatenating Strings
Introducing Numbers
Introducing Constants
Single vs. Double Quotation Marks
Basic Debugging Steps
Review and Pursue
Chapter 2 Programming with PHP
Creating an HTML Form
Handling an HTML Form
Conditionals and Operators
Validating Form Data
Introducing Arrays
For and While Loops
Chapter 3 Creating Dynamic Web Sites
Including Multiple Files
Handling HTML Forms, Revisited
Making Sticky Forms
Creating Your Own Functions
Chapter 4 Introduction to MySQL
Naming Database Elements
Choosing Your Column Types
Choosing Other Column Properties ...