Feel Free To Contribute.
Features
- User account login
- Transaction History
Change credentials in config.php.
<?php $con = mysqli_connect("localhost","user","password","database") or die(mysqli_error($con)); ?>
Open PHPmyadmin create a database named project.
Import the travel.sql file in database folder.