Skip to content

A simple Car parking management system made using php7 and mysql database.

License

Notifications You must be signed in to change notification settings

Piyushhbhutoria/carparkingsystem

Repository files navigation

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@gmail.com
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.