-
Notifications
You must be signed in to change notification settings - Fork 0
/
How it Works
21 lines (14 loc) · 899 Bytes
/
How it Works
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
How To Run The Project?
To run this project, you must have installed a virtual server i.e XAMPP on your PC (for Windows). This Hotel Management System in PHP with source code is free to download, Use for educational purposes only!
After Starting Apache and MySQL in XAMPP, follow the following steps.
1st Step: Extract file
2nd Step: Copy the main project folder
3rd Step: Paste in xampp/htdocs/
4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Then, click on the databases tab
6th Step: Create a database naming “hotel” and then click on the import tab
7th Step: Click on browse file and select “hotel.sql” file which is inside the “Hotel” folder
8th Step: Click on go.
After Creating Database,
9th Step: Open a browser and go to URL “http://localhost/Hotel/”
Note: For admin panel, go to URL ” http://localhost/ Hotel/admin/index.php”