Hotel Management System With PHP & MySQL

The source code of a hotel management system using MySQL, PHP, Codeigniter, and jQuery. This application will make the process of check-in, check-out, and room booking for a hotel easier, and includes features such as staff management, customer management, accounting, room booking, room management, services, and more.



* How to install script on localhost:

  • Web server requirements: PHP 5.x, MySQL 5.x, Codeigniter;
  • Download the source code, extract it and copy it to the source code folder on the web server;
  • Access phpmyadmin to create a new database, then import the database.sql file shared in the source code.
  • Open the config.php file (path: application/config) and configure the domain name;
  • Open the database.php file (path: application/config) and configure the database connection information.
  • Done.

Demo Download
Previous Post Next Post