Introduction
Chapter One - MySQL, what is it and why you need it
Chapter Two - MySQL Install / setup db / How to connect
- MySQL on Windows
- MySQL on MAC
- MySQL on Liux
Chapter Three - What driver to use? - PDO Procedural style
Chapter Four - Create database and table
Chapter Five - Insert data into database
- How to use PDO to INSERT data into MySQL using PHP
Chapter Six - Read data from database table
- How to use PDO to SELECT data from MySQL using PHP
Chapter Seven - Edit data from database table and UPDATE
- How to use PDO to UPDATE data in MySQL using PHP
Chapter Eight - Delete data from database table
- How to use PDO to DELETE data from MySQL using PHP
Chapter Nine - Alter table
Chapter Ten - Conclusion + practise + signup for more!