Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 545 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 545 Bytes

Car Parking System

Feel Free To Contribute.

This Repo is Car Parking System DBMS Project using PHP7.x, PHPmyadmin, mySQL5.x

Features

  1. User registrationa and login
  2. Sessions
  3. OTP via Email

test account - [email protected]
password - 1234

Setup

Change credentials in config.php.

<?php $con = mysqli_connect("localhost","user","password","database") or die(mysqli_error()); ?>  

Open PHPmyadmin create a database named project.
Import the carparkingsystem.sql file in database folder.