--------------------------------------------------INSTRUCTIONS--------------------------------------------------------------
Install xampp
- Run apache and MySQL servers through xampp
- Put the project folder to /xammp/htdocs path
- create Databse on PhpMyAdmin dashboard name --> hotel_reservation
- import database ---> hotel_reservation.sql
- Open your browser and browse http://localhost/Hotel_Reservation_System/ (this is the main user page)
- Admin login page ---------> http://localhost/Hotel_Reservation_System/admin_login.php
Sample User login credential : E-mail ----> IT23646360@my.sliit.lk password---> 123
Admin login credential : email ---> admin@gmail.com password ----> 123
extra
----> Used bind values for php
(The bindValue method is used to bind a value to a parameter in a prepared statement. This helps prevent SQL injection attacks by ensuring that the values are properly escaped.)
----> Used Session management
----> Used Hashed passwords