Graeme Merrall provides a 3-part tutorial on using PHP and MySQL to create data-driven websites. In the first lesson, he covers installing PHP and MySQL on Unix and Windows systems. He demonstrates simple scripts for inserting data into a database and displaying it on a web page. The second lesson covers more advanced PHP features like loops and forms. By the end of lesson 2, readers will be able to add, edit, and remove data from their database. In lesson 3, Graeme covers validation and other techniques to make PHP scripts more robust and organized, concluding with advice for aspiring PHP/MySQL developers.