This document provides an overview and examples of using PHP and MySQL together for database applications. It begins with a brief review of MySQL including using the command line client and creating database tables. It then covers the basic PHP MySQL functions for connecting to a database, making queries, accessing and processing query results, and freeing resources. Examples are provided for each function. It concludes with a more complex example that displays the contents of a books database table using these PHP MySQL functions.