Let's start with PDO
  • Introduction
  • Exercise files
  • Creating Database, table and data
  • Connecting
  • Catching errors
  • Reading data / Fetching
  • Reading all data / Fetching
  • Prepare statement part 1
  • Prepare statement part 2 - different placeholder
  • Binding values
  • Complex binding
  • Bind params feature
  • Manually escaping data
  • Updating data
  • deleting and inserting data
  • Counting table rows
  • Last inserted id, insertion and update
  • Affected rows