
In this lecture i will give an introduction of this course and myself and you will also be able to see the project we will be building in the course
In this video we will create the structure of the registration and login system we will create all the files and folders in which we will be working in the next lectures
We will create the Mysql database for the registration and login system and connect the application to the database
We will download and install bootstrap to create the User Interface and we will be modify a starter template to create Login and Register Pages
We will create the Account and Forgot password pages using bootstrap
In this lecture we will create the database for users and we will make form fields required so that they must not be left blank
Form values are disappear by default when user submit the form but we want to restore those values in case any error occurs so that user do not have to fill the form all over again
In this Lecture you will learn how to suppress errors and warnings
We will validate the name and password of the user before registration
We will check email for the uniqueness in this lecture because we want every user to have a unique email address.
We will save the user into database after making all that data safe for the database.
In this lecture you will learn to setup the xampp to send emails. So that we can proceed with email verification part
In this lecture you will learn how to setup activation link for the user and send activation email to the user.
In this lecture you will learn how to activate the users account when the user clicks the activation link from the activation email.
In this lecture you will learn to create validate the email and password entered by the user and login the user
In this lecture you will learn to display the error messages if user fails to login and you will also be learning ho to logout the user.
In this lecture you will learn to make part of application private so that that part is only visible to only logged in users.
In this lecture you will learn to implement the remember me functionality to keep the user logged in even if the user closes the browser without logging out
In this lecture you will learn how can we invalidate or expire cookies when the logout button is clicked
In this lecture we will create the Forgot Password feature so if the user forgets their password they can retrieve it by providing their Email
In this Lecture you will learn to upload files using Cpanel and we also learn to create mysql databases and users using Cpanel
In this Lecture you will learn to import database online using phpmyadmin. And we will also see what changes are required in order for the project to work online.
In this course you will learn all you need to know to build a registration and login system in php.
This course will take you through the whole process in a step by step manner so that you can learn progressively and enhance your skills. I will be explaining all the steps in an easy to understand manner.
After completing this course you will not only be able to create a registration and login system but you will also understand the whole process.
Who is the Ideal Student?
What are the Requirements?
After Completing the Course you will be able to: