Skip to content

This is a simple hotel website. This project contains whole source code in php code. The website includes a main site and an admin panel.

Notifications You must be signed in to change notification settings

Srizon143005/A-Hotel-Website-PHP-project

Repository files navigation

A-Hotel-Website-PHP-project

This is a simple hotel website. This project contains whole source code in php code. The website includes a main site and an admin panel.

Main Site contains:

  1. Hotel Booking
  2. Rooms & Tariff
  3. Room Description
  4. Gallery
  5. Contact

Admin Panel contains:

  1. Add Rooms
  2. Edit Rooms
  3. Delete Rooms
  4. Show or Delete Feedback
  5. Show or Delete Bookings

This project has been done using bootstrap, font-awesome, animated.css etc. Internet connection should be on for loading some files like font-awesome.min.css etc. This repository also contains the database.

Download the zip file, unzip & setup like this:

  1. Open xampp or wamp
  2. Create a database named "hotel"
  3. Select the database, go to SQL Tab and paste all text of "hotel.sql" in it. Now, hit "GO".
  4. Now, if you're using wamp, go to "../wamp64/www/" and paste the full folder. Done! For xampp the directory is "../xampp/htdocs/".
  5. Lastly, go to root folder, "../wamp64/www/hotel/" or "../xampp/htdocs/hotel" and open "db.php". You will find that server name is set to "localhost:3307". Edit is as your requirement. If you're using port 3306, use "localhost:3306" or simply "localhost". If you're using anything other than that type "localhost:XXXX" where "XXXX" denotes the port number of server.
  6. Go to your browser & type: "localhost/hotel". Website will show up!
  7. For visiting admin panel you'll need username & password. Username: "srizon" (without quote) & Password: "srizon" (without quote).

You can always pull a request to make this project better...

About

This is a simple hotel website. This project contains whole source code in php code. The website includes a main site and an admin panel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published