Sanitization Management System Project in PHP and MySQL Free Source Code

Language

Introduction

This project is entitled Sanitization Management System. It is a web application developed in PHP and MySQL Database that serves as the sanitization service company's website. The site contains dynamic content and forms for both management and the public/visitor side. It has a pleasant user interface with the help of the Bootstrap Framework and AdminLTE Template. It consists of user-friendly features and functionalities.

Technologies

These are the following technologies used for building this Sanitization Management System:

  • PHP
  • MySQL Database
  • HTML
  • CSS
  • JavaScript (JS)
  • Bootstrap
  • AdminLTE
  • jQuery
  • Ajax

How does the Sanitization Management System work?

The Sanitization Management System project in PHP is accessible to both the company management and the public. It contains multiple dynamic content and information that is all manageable at the management side or at the Admin Panel.

The Management Site or the Admin Panel is only accessible to the company staff. This site has 2 types of user roles which are the Administrators and the Staff. Both users are required to log in with their valid system credentials to access the features and functionalities of the system according to their role's permissions. Administrators have access to and can manage all the data, features, and functionalities of the system including the registration and management of system users. While the Staff users have only limited access. Here, management can manage the list of service quotation requests, and inquiries.

On the Public Site, the visitors are not required to register or log in. They can freely explore the features and functionalities of this site. Visitors can browse all the active services that the company provides. Also, visitors or possible clients can send their Service Quotation Request by filling in all the required text fields on the Quote Request Form. The contact information and inquiry form is also provided on this site and accessible to the public.

What are the Features and Functionalities?

Management Side

  • Login and Logout
  • Dashboard Page
  • Services Management (CRUD)
  • Pages Management
  • Quotation Request Management
  • Inquiries Management
  • Site Information Management
  • System Users Management
  • Update Account Info or Credentials

Public Side

  • Read Page Contents
    • Welcome Page
    • Contact Us
    • About Us
  • Browse All Services
  • View/Read Service Description
  • Submit Service Quotation Request
  • Submit Inquiry

System Snapshots

Here are some snapshots of some pages of this Sanitization Management System:

Public Site

Sanitization Management System - Public Site

Quotation Request Form

Sanitization Management System - Quotation Request Form

Public Contact Page/Form

Sanitization Management System - Public Contact Page/Form

Admin Dashboard

Sanitization Management System - Admin Dashboard

Quotation Requests Details Page

Sanitization Management System - Quotation Requests Details Page

The Sanitization Management System Project Source Code is free to download on this Site. It was mainly developed for educational purposes only. Feel Free to download the source code zip file and modify it to meet your own requirements. Follow the instruction below to properly run the application on your local machine.

How to Run?

Requirements

  • Download and Install any local web server such as XAMPP.
  • Download the provided source code zip file. (download button is located below)

System Installation/Setup

  1. Enable the GD Library in your php.ini file.
  2. Open your XAMPP Control Panel and start Apache and MySQL.
  3. Extract the downloaded source code zip file.
  4. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
  5. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  6. Create a new database named sms_db.
  7. Import the provided SQL file. The file is known as sms_db.sql located inside the database folder.
  8. Browse the Sanitization Management System in a browser. i.e. http://localhost/php-sms/.

Admin Default Access:

Username: admin
Password: admin123

DEMO VIDEO

That's it! I hope this Sanitization Management System Project using PHP and MySQL will help you with what you are looking for and that you'll find something useful from the source code itself for your current and future PHP Projects. Feel free to leave a comment with any queries or questions about this project.

Explore more on this website for more Tutorials and Free Source Codes

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted bymac695 (not verified)on Thu, 05/25/2023 - 04:35

I'm using the code as a base to make a tcc, and I would like to use the button to show my author name. can you help me, I would like to be able to update this button, but here in the source code I am having access to it ..
Submitted byMac695 (not verified)on Thu, 05/25/2023 - 10:10

Can any admin answer? How to remove the button that moves from the upper right corner to the left, or how to edit it? if there is a js that does this, please I need this help.

Add new comment