Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 722 Bytes

readme.md

File metadata and controls

30 lines (19 loc) · 722 Bytes

Login and Registration Page

Introduction

This is a simple login and registration page using php and mysql.

Database Structure

Database Structure

Requirements

  • XAMPP
  • Any Text Editor

How to run

  • Install XAMPP
  • Start Apache and MySQL
  • Clone the repository in C:\xampp\htdocs
  • Open http://localhost/phpmyadmin/
  • Create a database named login
  • Import login.sql file in the database
  • Open http://localhost/login/ in the browser

Author