Online Security Guards Hiring System using PHP and MySQL



 Online Security Guards Hiring System Project is developed using PHP with MySQLi extension. It’s a web-based application used to hire security guards.

Project Requirements
Project NameOnline Security Guards Hiring Project (Using PHP & MYSQLi)
Language UsedPHP5.6, PHP7.x
DatabaseMySQL 5.x
User Interface DesignHTML, AJAX,JQUERY,JAVASCRIPT
Web BrowserMozilla, Google Chrome, IE8, OPERA
SoftwareXAMPP / Wamp / Mamp/ Lamp (anyone)
Project Modules

Security Guards Hiring System Project has two modules i.e. admin and user.

User Module

Hiring Form: In this section, users can fill out the form to fire the guards.

Request Status: In this section, users can check the status of guard requests.

Admin Module

Secure Admin Login

Admin Setting: In this section, Admin can update the profile details, and change their password.

Dashboard: In this section, Admin briefly views the listed security guards, Total hiring requests, New requests, Accepted requests, and Rejected requests.

Security Guards: In this Section, Admin can Add security guards, edit the added guard info, and also delete the guard record.

Hiring Booking Requests: In this Section, Admin can view all, new, rejected, and accepted requests and take the appropriate action.

Hiring Report: In this section, the admin can view the hiring request in a particular period.

Search Request: In this section, Admin can search the request by booking no, name, and mobile number also.

Admin can also recover their password.

Click Here to Read Full : https://phpgurukul.com/online-security-guards-hiring-system-using-php-and-mysql/

How to run the Online Security Guard Hiring System Project Using PHP and MySQL

1. Download the zip file

2. Extract the file and copy osghs 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 the name osghsdb

6. Import osghsdb.sql file(given inside the zip package in the SQL file folder)

7. Run the script http://localhost/osghs

Credential for admin panel :
Username: admin
Password: Test@123

Video Link Here : https://youtu.be/JRlvOb1_vz8

 

PHP Gurukul

Welcome to PHPGurukul. We are a web development team striving our best to provide you with an unusual experience with PHP. Some technologies never fade, and PHP is one of them. From the time it has been introduced, the demand for PHP Projects and PHP developers is growing since 1994. We are here to make your PHP journey more exciting and useful.

Website : https://phpgurukul.com

Comments

Popular posts from this blog

Teacher Subject Allocation Management System using PHP and MySQL

Doctor Appointment Management System Using PHP and MySQL | PHP Gurukul

Blog Management System Using Django Python