PHP 101

The PHP 101 tutorials provide some great lessons on working with PHP code and MySQL.

The "Rank and File" tutorial shows how to use PHP to read data from a file. The PHP code opens the file, reads the data, and closes the file. Here is a link to one of the examples in this tutorial that involves reading a recipe from a text file and displaying it.