Paying Guest Accommodation System using PHP & MySQL
Project Name : Paying Guest Accommodation System
Language Used : PHP
Database : MySQL
User Interface Design : HTML, AJAX,JQUERY,JAVASCRIPT
Web Browser : Mozilla, Google Chrome, IE8, OPERA
Software : XAMPP / Wamp / Mamp/ Lamp (anyone)
In PGAS project we use PHP and Mysql database. It has three modules.
1.Admin Module
2.PG Owner Module
3.User Module
Admin Module
- Dashboard: In this section, admin can see all detail in brief like total state, total city, total owner and total pg.
- State: In this section, admin can manage state(add/update).
- City: In this section, admin can manage city(add/update).
- Reg Owner: In this section, admin can view and edit registered owner.
- PG Details: In this section, admin can view pg detail which is listed by pg owner.
- Pages: In this section, admin can manage about us and contact us pages.
Admin can also update his profile, change the password and recover the password.
PG Owner Module
- Dashboard: In this section, owner can see all detail in brief like total listed pg, total booking, total new booking, total confirmed booking, and total canceled booking.
- List Your PG: In this section, owner can list their pg.
- Received Booking Request: In this section, admin can view new booking and he has right to confirmed booking.
- Search: In this section, the owner can search booking request by booking number.
- Notification: In this owner can see new notification of booking.
The owner can also update his profile, change the password and recover the password.
User Module
In this module, there is two types of user guest user and registered user.
Guest User: In this guest, user can see only general information like about us, pg details, search pg and contact details.
Registered users can do the following activity
1. Book the pg.
2. Update his/her own profile.
3. Change Password.
4. Registered user can also recover his/her own password.
Output Screens of the Project
Home Page
PG Details Page
User Signup Page
Owner Dashboard
How to run the Paying Guest Accommodation System (PGAS) Project
1. Download the zip file
2. Extract the file and copy pgas folder
3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
4. Open PHPMyAdmin (http://localhost/phpmyadmin)
5. Create a database with name pgasdb
6. Import pgasdb.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/pgas (frontend)
8. For owner panel
http://localhost/pgas /owner/login.php (owner panel)
9. For admin panel
http://localhost/pgas /admin (admin panel)
Credential for admin panel :
Username: admin Password: Test@123
Credential for user panel :
Username: testuser@gmail.com Password: Test@123
Credential for owner panel :
Username: pgtest@gmail.com Password: Test@123
View Demo ——————————