• Post category:StudyBullet-15
  • Reading time:9 mins read


Learn how to build login registration system with email verification, forgot password, remember me, recaptcha and more

What you will learn

How to work with SESSIONS

How to work with COOKIES

How to work with GET and POST Method

New user sign up

User login

Email verification (Confirmation)

Forgot password (Password Recovery)

Remember me (Keep me logged in)

Security (Password Hashing, MySQL Injection)

Implementing Google reCaptcha (I’M NOT A ROBOT)

This link valid for 20 minutes

Link expired and more

Description

Welcome to “Secured Login Registration System in PHP” course.

This is a course for building complete login registration system with all the basics concept. Learn how to implement login registration functionality on your working project. We will cover all the major things behind login registration system. Learn how to implement google reCaptcha in your code.

You will learn in this course: )

Section 1 : Introduction

Intro and setup

Section 2 : GET and POST super global

Learn the basics of GET and POST super global

Section 3: COOKIES and SESSIONS

How to work with session and cookie

Section 4: Sign Up

Creating DATABASE Connection, SQL Injection, PASSWORD HASHING, regular expression (REGEX), Input field validation and more

Section 5: Implementing Google reCaptcha I’M NOT A ROBOT in sign up page

How to implement google reCaptcha I’m not a robot using google API

Section 6: Email confirmation

How to send email, email confirmation/verification

Section 7: Extra feature for Sign Up

User name not available, email exists

Section 8: Login


Get Instant Notification of New Courses on our Telegram channel.


Login functionality

Section: 9: Extra feature for login

New way to verify unverified during login

Section 10: Forgot password

How to change user their password if they forgot or want to change

Section 11: Remember me

If user close/shutdown their browser after login with remember me checkbox checked, mark them as login user in the browser perspective

Section 12: Conclusion

Last words

Money Back if you don’t like it, So no worries!

With money guarantee within 30 days, you have nothings to lose.

Is it still worth it to learn PHP?

Yes!

PHP is one of the most used language to build websites. Biggest tech company like Facebook, Twitter, Wikipedia still using PHP.

We will be build an amazing project from complete scratch, you will learn all the things need to implement login registration system. This is a real world project.  I walk step by step on everything from scratch.

So now Enroll this Login registration system course  and enjoy!

See you inside!

English
language

Content

Introduction

Introduction
Setup
First Step

Super global GET and POST

GET super global
POST super global

COOKIES and SESSIONS

COOKIES
SESSIONS

SIGN UP

Project folder and markup
Creating reuseable components
Creating database and establish database connection
Grab input field value using POST super global
SQL injection
Introduction to regular expression
First name validation using regular expression
Last name validation using regular expression
User name validation with regular expression
Email validation with regular expression
Password validation with regular expression
Password hashing
Creating database table
Insert user data into database
Fix registration date and sign up successful message

Implementing Google recaptcha I’M NOT A ROBOT in sign up page

Google Recaptcha part 1
Google Recaptcha part 2
Google Recaptcha part 3

Email confirmation

Downloading composer and PHPMailer
Sending email with gmail part 1
Sending email with gmail part 2
Email verification part 1
Email verification part 2
Email verification part 3
Email verification part 4
Extra feature part 1 (Already Verified)
Extra feature part 2 (Link Expired)

Extra feature for Sign Up

Help user for sign up no re enter
User name not available
Email already exist
Unset user input value

Login

Login part 1
Login part 2
Login part 3
Login part 4 (reCaptcha)

Extra feature for login

Unverified user login functionality part 1
Unverified user login functionality part 2
Unverified user login functionality part 3

Forgot password

Forgot password part 1
Forgot password part 2
Forgot password part 3
Forgot password part 4
Forgot password part 5
Forgot password part 6
Forgot password part 7
Forgot password part 8

Remember me

Create a database table remember_me
Remember me functionality part 1
Remember me functionality part 2
Remember me functionality part 3
Remember me functionality part 4
Remember me functionality part 5
Extra feature welcome back

Conclusion

That’s everything