This is a simple login and registration page using php and mysql.
- XAMPP
- Any Text Editor
- 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