Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a Simple CRUD Application From Scratch Using a Linode Managed MongoDB - Gardiner Bryant
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Create Your Database Cluster
- 3 Create Your PHP Files
- 4 Install MongoDB PHP Module
- 5 Create The Environment
- 6 Create the insert.php File
- 7 Test The Form
- 8 Create the read.php File
- 9 Test the read.php File
- 10 Add a New Form Field
- 11 Test the Updated Form
- 12 How to Delete a Database Entry
- 13 Test the Updated Form
- 14 Create delete.php
- 15 Test the delete.php File
- 16 Adding an Edit Function
- 17 Test the Edit Function
- 18 Create update.php
- 19 Test update.php
- 20 Conclusion