Completed
- Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Creating a Signup System in PHP - Learn PHP Full Course for Beginners 2023
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - You will learn about the MVC pattern...
- 3 - The HTML you need to have ready!
- 4 - The Users database table!
- 5 - Connecting to your database
- 6 - Session config file
- 7 - Creating our signup.inc.php file
- 8 - Creating our model, view, and controller files
- 9 - Signup error handlers
- 10 - Show error messages to your users
- 11 - Signup our users if no errors
- 12 - Show signup success message to your users
- 13 - Fixing an error
- 14 - Testing our Signup system
- 15 - Keeping the form data, if the user made an error