Create a PHP Login and Registration System From Scratch 2.0

Create a PHP Login and Registration System From Scratch 2.0

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 3 Hours | 423 MB

The FULLEST and complete Login and Registration System course using PHP, MySQL and Ajax.. from scratch!

This course will teach you how to create a full login, logout and user registration system for your website. You’ll learn about PHP, MySQL, JavaScript (jQuery and Ajax), and Git (using GitHub).

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 paces 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. This course includes topics on:

  • 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’ll learn how to code a full login system, with registration, logout and member-only access pages.

Almost every website on the planet has a login system. It’s about time yours does too. The best part about creating your own login system (and taking this course) is the skill you’ll gain: you’ll be able to put a login system into EVERY website you design in your future. It’s very easy once you learn how to do it — and that’s why you’re here: to learn how to code your own login system from scratch.

Table of Contents

Introduction
1 Introduction
2 Join Our Developers Support Group

Getting Setup
3 Getting Started With Git
4 The Source Code on GitHub
5 Login Page and HTML Setup
6 Global Config Setup
7 Security Lesson How to Safely Store Passwords
8 This is VERY Important
9 Setting Up Our Database
10 Setting Up Our Database Part 2

Core Functionality
11 JavaScript Form Validation
12 JavaScript Form Validation Part 2
13 Our First Ajax Call
14 User Registration via Ajax
15 User Registration via Ajax Part 2
16 Login via Ajax
17 Login via Ajax Part 2
18 Members-only Pages
19 The Logout Page

Getting Advanced
20 Just a Reminder
21 Creating Functions
22 Upgrading to Object Orientated Programming OOP
23 Upgrading to Object Orientated Programming OOP Part 2
24 What to Build Next

Bonus
25 Bonus