This project was developed as a class project for MSU ICS 370.
This project is a PHP-based web application for managing car reservations. It includes user registration, login, profile management, car management, and reservation administration features.
index.php- Home pagelogin.php/logout.php- User authenticationregister.php- User registrationprofile.php- User profile managementreservation.php- Make a reservationsuccess.php- Reservation success pagephpinfo.php- PHP configuration infoheader.php/footer.php- Common page layoutstyle.css- Stylesheetconfig.php/container.php/db_connect.php- Configuration and database connection
cars/- Car management (CRUD operations)users/- User management (CRUD operations)resAD/- Reservation administration (CRUD operations)img/- Images used in the applicationDBexport/- Database export (SQL file)
- Clone the repository
- Import the database: Use the SQL file in
DBexport/mycrsdb.sqlto set up your MySQL database. - Configure database connection: Update database credentials in
db_connect.phpand related files. - Run the application: Deploy the project files to your PHP server (e.g., XAMPP, WAMP, LAMP).
- User registration and login
- Car listing and management
- Reservation system
- Admin features for managing users, cars, and reservations
- PHP 7.x or higher
- MySQL
- Web server (Apache recommended)
This project is for educational purposes.