MySQL/PDO Connection
  • Introduction
  • Lesson 1 - Connection
  • Lesson 2 - Error catching
  • Lesson 3 - Query method
  • Lesson 4 - Fetch method
  • Lesson 5 - FetchAll method
  • Lesson 6 - Prepared statements with placeholders
  • Lesson 7 - Prepared statements with named parameters
  • Lesson 8 - Insert, update and delete records