Basic Hotel Online Reservation System using PHP with Source Code

Language

This is a Basic Hotel Online Reservation System project that was developed using PHP/MySQLi. From the name itself, this system manages the certain hotel's reservation process. It helps the hotel to provide their clients an online platform to Reserve a Room. The system has an admin panel where can admin users can manage the reservations of the client and the room details that clients can reserve for their selected date.

I used HTML, PHP, CSS, jQuery, and Bootstrap to develop this Hotel Online Reservation System. The system has a simple user interface and has user-friendly functionalities. Some of the pages of the system is static which means can be only modified or customized programmatically.

Features

  • Manage System Users
  • Manage Room
  • Client's Room Reservation
  • Manage Reservation
  • Check-in Guest
  • Check-out Guest

Feel Free to download and modify this project in the way you wanted.

How to Run

Requirements

  • Download and Install any local web server such as XAMPP/WAMP.
  • Download the provided source code zip file. (download button is located below)

Setup/Installation

  1. Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".
  2. Extract the downloaded source code file.
  3. If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create a new database naming "db_hor".
  6. Import the provided SQL file. The file is known as "db_hor.sql" located inside the db_here folder.
  7. Browse the Hotel Online Reservation System in a browser. i.e. http://localhost/HOR and http://localhost/HOR/admin for the admin side.

Admin Login Account:

Username: admin
Password: admin

DEMO

That's it! I hope this Basic Hotel Online Reservation System Project in PHP will help you with what you are looking for. For more updates and tutorials, just kindly visit this site

Enjoy :)

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Add new comment