Completed
Custom validation
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Signup and Login with PHP and MySQL
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Signup form HTML
- 3 Add classless CSS
- 4 Process form in PHP
- 5 Server-side validation
- 6 Hash the password
- 7 Create the MySQL database
- 8 Connect to the database from PHP
- 9 Insert a new record
- 10 Prevent duplicate emails
- 11 POST / Redirect / GET
- 12 Login form
- 13 Process the login form
- 14 Verify the password
- 15 Use the session for login
- 16 Add index page
- 17 Add logout page
- 18 Show logged-in user's name
- 19 JavaScript signup validation
- 20 Custom validation
- 21 Remote validation
- 22 Summary