A PHP & MySQL-based Car Rental Management System that allows users to rent cars, manage bookings, and process payments efficiently.
- User Registration & Login (Customer & Admin)
- Car Listing with Availability Status
- Booking System (Start & End Date Selection)
- Price Calculation Based on Rental Duration
- Payment Processing (Manual / Online)
- Admin Panel (Manage Cars, Users, & Bookings)
- Booking Status Update (Car Marked as Rented)
- Car Return & Availability Update
- Admin add vehicles and branches
- Frontend: HTML, CSS, JavaScript, Bootstrap
- Backend: PHP
- Database: MySQL || SQL
git clone https://github.com/your-username/Car-Rental-Management.git cd Car-Rental-Management
$host = "localhost"; $user = "root"; // Change if necessary $password = ""; // Change if necessary $database = "car_rental_db"; $conn = new mysqli($host, $user, $password, $database);
php -S localhost:8000
- Register/# as a customer
- Browse available cars
- Select rental start & end date
- Confirm booking & proceed to payment
- Admin manages bookings from the dashboard
- Admin add vehicles and branches
- Register/# as a customer
- Browse available cars
- Select rental start & end date
- Confirm booking & proceed to payment
- Admin manages bookings from the dashboard