Introduction
  • Introduction
  • The Development Environment
  • phpMyAdmin - Creating a Database and populating it for a quick win
  • Retrieving records from the database
The Basics of phpMyAdmin
  • Manual table and record creation
  • TASK 1: Creating the Teacher Table - SOLUTION
  • TASK 1: Creating the Teacher Table
  • Updating records in phpMyAdmin
  • The Basics of phpMyAdmin
Basic CRUD
  • Making the connection
  • Catch me if you can
  • How to create a database record
  • How to read database records
  • How to update database records
  • How to Delete a record
  • TASK 2: The Book Store
  • TASK 2: The Book Store - SOLUTION
Using HTML with PHP
  • Oh so pretty, Emmet!
  • FontAwesome.com Update
  • Adding the edit icon
  • Sending the record id to the edit page
  • Populating the edit page with a database record
  • Fetch...good dog!
  • A little bit of error trapping
  • Updating a record via the HTML form
  • TASK 3: Deleting a Record
  • TASK 3: Deleting a Record - SOLUTION
  • TASK 4: Creating the form and script to INSERT a record
  • TASK 4: Creating the form and script to INSERT a record - SOLUTION
Bonus
  • Bonus Lecture
  • Complete Code for Download in Zip file