Completed
Discovering one more issue...and fixing it!
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Connect a Form to a Database in PHP - PDO Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 A Note About Setup
- 3 Importing the World database
- 4 Creating the PDO Connection file
- 5 Creating the index page forms
- 6 Filtering Submitted Form Input
- 7 Building and Executing a SQL Select Query in PHP
- 8 Building and Executing a SQL Insert Query in PHP
- 9 Review the Logical Flow of the Application
- 10 Working with the results of the SQL Select Query
- 11 Creating the Update and Delete Forms
- 12 Reviewing the Logical Flow of the Application again
- 13 Creating the delete_record.php file
- 14 Creating the update_record.php file
- 15 A note about PHP files
- 16 Adding a confirmation to the index file
- 17 Reviewing the application in the browser
- 18 Testing and Debugging!
- 19 Adding CSS Styles
- 20 Discovering one more issue...and fixing it!
- 21 Finishing the CSS styling