Skip to content

A simple Car Rental Management System built with PHP and MySQL, featuring vehicle booking, availability checking, and admin management. Designed for academic and small-scale rental services with a clean interface and database integration.

Notifications You must be signed in to change notification settings

mainakpal4/Car-Rental-Service

Repository files navigation

Car Rental Management System (Simple PHP + MySQL)

How to run:
1. Install XAMPP or similar (Apache + PHP + MySQL).
2. Place the extracted folder in your XAMPP 'htdocs' (or www) directory.
3. Import the SQL file `database.sql` into your MySQL (e.g., via phpMyAdmin) to create tables and sample data.
4. Edit `includes/db.php` and set your MySQL username/password (default is root with no password for XAMPP).
5. Start Apache & MySQL and visit http://localhost/car_rental_project/index.php

Admin login (sample):
 username: aiml
 password: aiml

Notes:
- Payment is manual: bank account details shown on booking page. Customer must pay and submit the transaction ID within 6 hours.
- Images are placeholders (JPG). Replace `assets/images/*.jpg` with real images if desired.


Website Link : http://carrentaldbmsproject.infinityfreeapp.com/

About

A simple Car Rental Management System built with PHP and MySQL, featuring vehicle booking, availability checking, and admin management. Designed for academic and small-scale rental services with a clean interface and database integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors