Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.
/ Login-System Public archive

In this project you can learn how to create a simple registration and login system using the PHP and MySQL. This tutorial is comprised of two parts: in the first part we'll create a user registration form, and in the second part we'll create a login form, as well as a welcome page and a logout script.

License

Notifications You must be signed in to change notification settings

KevinPatel04/Login-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login-System

User authentication is very common in modern web application. It is a security mechanism that is used to restrict unauthorized access to member-only areas and tools on a site.

In this project you can learn how to create a simple registration and login system using the PHP and MySQL. This tutorial is comprised of two parts: in the first part we'll create a user registration form, and in the second part we'll create a login form, as well as a welcome page and a logout script.

Requirements

  • WAMP/LAMP/XAMP
  • PHP Editor eg. Sublime Text3,notepad++,etc.

Setup

  1. First we need to create a table that will hold all the user data. So simply import loginsystem.sql to your MySql server.
  2. Keep All the php files and css folder under one parent folder and move that parent folder in www folder of WAMP and HTPDocs in XAMPP.
  3. For executing the system turn your WAMP server ON and search localhost/path/login.php

Thank You, KevinPatel04

About

In this project you can learn how to create a simple registration and login system using the PHP and MySQL. This tutorial is comprised of two parts: in the first part we'll create a user registration form, and in the second part we'll create a login form, as well as a welcome page and a logout script.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published