This document provides an introduction to using PHP with MySQL for beginners. It covers establishing a database connection, selecting a database, querying and manipulating data, and retrieving result rows and field metadata. Common PHP functions for MySQL like mysql_connect(), mysql_query(), mysql_fetch_array() and their usage is explained through examples. It also includes SQL scripts for creating a sample database table and inserting records.