Create Police Crime Record Management System in PHP With Source Code

4

In this post you will learn about Create Police Crime Record Management System in PHP With Source Code. Read this below article carefully and understand this to put impact in real life.

Introduction

This Police Criminal Records Management project is developed using PHP language. It was designed to help police record the types of offenses received at police stations on a daily basis. This project is a web-based application with CRUD (Create, Read, Update, and Delete) operation capabilities. The system can be accessed by three types of system users: Administrator, CID, and NCO.

Police Crime Record Management Project

PHP, MySQL, HTML, CSS, JavaScript (jQuery), and Bootstrap Framework were used to create this project. This offers a pleasant user interface and functionalities that are easy to use. Three different categories of system users can access the system, as I’ve already indicated. The Administrator user is in charge of administering the staff/users list and has access to controlling the cases list. The complaints are handled by the NCO/Non-Commission Officer, who also assigns the matter to the appropriate CID. Managing the investigative details of the cases given to them is the responsibility of the CID/Criminal Investigation Department Officer.

Features:

Admin

  • Admin Dashboard
  • View Staff List
  • Assign case to CID Officer
  • Manage Account

NCO

  • NCO Dashboard
  • Register a Complain
  • View list of complains
  • View details of case investigation
  • Assign a case CID Officer
  • Manage Account/Change Password

CID

  • CID Dashboard
  • View list of cases assigned
  • View details of case investigation
  • Write a report on the case being investigated
  • Manage Account/Change Password

How to Run

Requirements

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

Installation/Setup

  1. Open your XAMPP/WAMP’s Control Panel and start the Apache and MySQL.
  2. Extract the downloaded source code zip file.
  3. If you are using XAMPPcopy the extracted source code folder and paste it into the XAMPP’s “htdocs” directory. And If you are using WAMPpaste it into the “www” directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create new database naming ghpolice.
  6. Import the provided SQL file. The file is known as ghpolice.sql located inside the DB File folder.
  7. Browse the Police Crime Record Management System System in a browser. i.e. http://localhost/ghpolice.

Admin Access Information:

Username: 1111
Password: admin123

Note: The default password of the new users is 1234.

DEMO

DOWNLOAD

Final Words

In this post you learnt about Create Police Crime Record Management System in PHP With Source Code. If you like this article please share with your friends and family to support our website. We wrote this article by researching on internet to find best content for you. You can find more articles like this on our website for free. We provided you some important tips regarding this topic by following them you can easily understand. If you need more information regarding Create Police Crime Record Management System in PHP With Source Code you can ask in comments or you can contact us via contact us form available on this website. Thanks for reading and sharing.


Leave a Reply

Your email address will not be published. Required fields are marked *