Skip to content

Login & Registration System using PHP, MySQL and XAMPP

Shashank9572/login-registration-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login & Registration System (PHP + MySQL)

This is a simple login and registration system built using:

  • PHP
  • MySQL (via XAMPP)
  • HTML, CSS, JavaScript (for UI)

Features

  • Register new users
  • Login using email and password
  • Passwords are stored with MD5 hashing
  • Redirect to dashboard after login
  • Logout functionality
  • Simple UI with FontAwesome icons

Setup

  1. Place the folder inside htdocs of XAMPP.
  2. Start Apache and MySQL in XAMPP.
  3. Open phpMyAdmin and create a database named login & registration.
  4. Create a users table with the following fields:
id INT AUTO_INCREMENT PRIMARY KEY,
firstName VARCHAR(255),
lastName VARCHAR(255),
email VARCHAR(255),
password VARCHAR(255)

About

Login & Registration System using PHP, MySQL and XAMPP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published