TravelWebsite

Travellling Website DBMS project using PHP, mySQL.

MIT License

Stars
5

TravelWebsite

Feel Free To Contribute.

This Repo is Travel Partner Finder DBMS Project using PHP7.x, PHPmyadmin, mySQL5.x

Features

  1. User account login
  2. History
  3. Admin login

user test account - [email protected] password - 1234

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 travel.sql file in database folder.