The Hotel Management System In PHP is a simple project developed using PHP, JavaScript, Bootstrap and CSS. The project contains an admin and user side. The admin side manages all the management like managing bookings, checking profit, payment, adding and deleting rooms, and so on. The admin has an important role in the management of this system.
About Hotel Management System In PHP
For the user section, the users can go through the homepage, about, services, rooms, and contact us pages. The users can book the room as per their requirements from the room page. This project makes a convenient way for the users for making bookings and the hotel for managing the bookings.
This Hotel Management System is in PHP, JavaScript, Bootstrap and CSS. Talking about the features of this system, it contains the admin section and the user section. All the editing, updating, managing rooms, bookings, and payment are from the admin section. The design of this system is pretty simple so that the user won’t get any difficulties while working on it.
How To Run Hotel Management System In PHP ?
To run this project, you must have installed a virtual server i.e. XAMPP on your PC (for Windows). After Starting Apache and MySQL in XAMPP, follow the following steps.
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on the databases tab
- Create a database naming “hotel” and then click on the import tab
- Click on browse file and select “hotel.sql” file which is inside the “Hotel” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/Hotel/”
Note: For admin panel, go to URL ” http://localhost/ Hotel/admin/index.php”