-
Learn how to create a website login and registration system using PHP, JavaScript, Ajax, JSON and MySQL. This course will show you everything you need to know to make a full login-logout system with a user registration bonus.
This is a fast paced course, but you'll a lot of advanced concepts that a typical "build a login system" course won't teach you.
You'll learn MORE than just how to make a login system. Here's what we'll learn:
- How to use JavaScript and jQuery to create an Ajax request to register and login users.
- Create a login and user registration system from scratch using PHP and MySQL
- All the code is on GitHub for you to view at any time (the real code and it's history).
- Downloadable code after each lesson.
- Lessons on security and password protection.
- How to create members-only pages.
- How to create Classes from basic functions.
- Secure database connections using PDO instead of MySQLi (PDO is the OOP way, and is considered "better").
- What to build next on your own.
You should already be familiar with some PHP, MySQL and JavaScript.
Overview
Syllabus
-
- Welcome Video
- Introduction
- Getting Started With Git
- Login Page and HTML Setup
- Adding Your Config, And More Pages
- Help Me Out?
- Storing Passwords
- Setting Up Our Database Part 1
- Setting Up Our Database Part 2
- Form Validation With JavaScript Part 1
- Form Validation With JavaScript Part 2
- Our First Ajax Call
- User Registration Part 1
- User Registration Part 2
- User Login via Ajax Part 1
- User Login via Ajax Part 2
- Force Login on Certain Pages
- Logout
- Creating Functions
- Creating Objects OOP Part 1
- Creating Objects OOP Part 2
- What To Build Next