Sanitization Management System Using PHP and MySQL

PHP
Sanitization Management System Introduction

“Sanitization Management System” is a web-based application that is developed in PHP and MySQL server. Nowadays it is very important to sanitize and disinfect everything. The main purpose of this system is to provide sanitization services to clean and disinfect of environment. The main purpose of the “Sanitization Management System” is to systematically record, store and update recorded data.

Project Requirements

Project Name Sanitization Management System Language Used PHP5.6, PHP7.x Database MySQL 5.x User Interface Design HTML, AJAX,JQUERY,JAVASCRIPT Web Browser Mozilla, Google Chrome, IE8, OPERA Software XAMPP / Wamp / Mamp/ Lamp (anyone)

Sanitization MS Project Modules

In “Sanitization Management System” we use PHP and MySQL databases. This project has two modules i.e. admin and user

Admin

Admin: In this section, admin can update his/her profile, change their password and log out.Dashboard: In this section, admin can briefly view total services, total on the way, total new request, total in-process request, and total rejected.Sanitization Service: In this section, admin can manage sanitization services (Add/Del/update).Pages: In this section, admin can manage about us and contact us pages.Sanitization Request: In this section, admin can view new, requests and change the status of requests according to the current status.Report: In this section, the admin can generate two types of reports. One is between dates reports and another one is by search. Admin can search the report by request number and mobile number.

User (not need to register himself)

Home: User can visit the website and check the detail of sanitization services.Services: In this section, user can view detail of sanitization services and send the request for sanitization.About Us: User can see the details of the website.Contact Us: User can see the contact detail and contact the website administrator.

Project Output Screens

Home Page

Services

Admin Login

Admin Dashboard

How to run the Sanitization Management Project using PHP

1. Download the project zip file

2. Extract the file and copy sanitizationms 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  sanitizemsdb

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

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

Admin Credential
Username: admin
Password: Test@123

Project Demo
Project Download Link

The post Sanitization Management System Using PHP and MySQL appeared first on PHPGurukul.