Introduction
  • Requirements and what we will make in the course
Project Structure and UI Creation
  • Creating Directory Structure
  • Create and Connect to Database
  • Creating Index and Register Pages
  • Creating myaccount and forgotpassword pages
Creating the Registration system
  • Creating users table and requiring the inputs
  • Restoring the form values on submit
  • Fixing a small bug
  • Validating name and Password
  • Validating Email
  • Save user into database
  • Setup localhost to send Emails
  • Sending Activation Emails
  • Activating User accounts
  • Quiz 1
Creating the Login system
  • Logging the User in
  • Displaying Error Messages and Logging Out
  • Making Account Page Private
  • Adding the Remember Me Feature
  • Deleting Cookies on Logout
  • Adding Forgot Password Feature
  • Quiz 2
Uploading Project Online
  • Uploading Project Online Part 1
  • Uploading Project Online Part 2
  • Quiz 3