List of Figures
Chapter 1: Installation
Output of today.php
Chapter 2: Getting Started with MySQL
Structure of a typical database table
Chapter 4: Publishing MySQL Data on the Web
PHP retrieves MySQL data to produce Web pages
Chapter 5: Relational Database Design
The AID field associates each row
in Jokes with a row in Authors
Never overload a table field to store multiple values, as is done here
The AID field associates each row
of Emails with one row of Authors
The JokeLookup table associates
pairs of rows from the Jokes and Categories tables
Chapter 6: A Content Management System
The structure of the finished jokes database
Chapter 9: Advanced SQL
Standard joins take all possible combinations of rows
Chapter 12: Cookies and Sessions in PHP
Cookie Life Cycle