mainakpal4/Car-Rental-Service
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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/