Crime Record Management System Using PHP and MySQL
The Crime Record Management System has been designed to override the problem of existing manual system. This web application is supported to eliminate and in some case reduce the hardship faced by manual system. The application is reduced as much as possible to avoid errors while entering the data. Its also provide message while entering invalid data. No formal knowledge is required for the user to operate this system. Overall we said that Crime Record Management System is user-friendly.
Project Requirements
Project Name | Crime Record Management System Project |
---|---|
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) |
Last Updated | 12 March 2023 |
Project Modules
In Online Crime Record Management System we use PHP and MySQL Database. This project keeps the records of FIR, Criminals, and detail of victims. Crime Record Management System has the following modules
- Admin
- Police Staff
- User(Who filed the FIR online)
Admin Module
- Dashboard: In this section, admin can briefly view the total number of criminals, total police and total category of crime.
- Police Station: In this section, admin can manage police stations(add/update/delete).
- Police: In this section, admin can manage police staff (add/update/delete).
- Crime Category: In this section, admin can manage crime category (add/update/delete).
- View Criminals: In this section, admin can view the detail of criminals which is added by police staff.
- View FIR: In this section, admin can view the details of filled FIR by user and action which is taken by police staff.
- 7. Report: In this section, admin can view the number of criminals and how many FIR is registered in a particular period.
- Search: In this section, admin can search criminals and FIR details with the help of Criminal ID and FIR number respectively.
Admin can also update his profile, change the password, and recover the password.
Police Module
- Dashboard: In this section, police can briefly view the total number of new FIR, total approved FIR, Total Cancelled FIR, Total FIR Send for charge sheet, total completed charge sheet, and total criminals.
- Criminals: In this section, police can manage criminals (add/update/delete).
- FIR: In this section, police received the FIR request which is sent by the user and also have right to update the status of FIR according to current status.
- Charge sheet: In this section, police generate the charge sheet of received FIR’s.
- Report: In this section, police can view the number of criminals and how many FIR is registered in a particular period.
- Search: In this section, police can search criminals and FIR details with the help of Criminal ID and FIR number respectively.
Police can also update his profile, change the password and recover the password.
User Module
- Dashboard: It is a welcome page for users.
- FIR Form: In this section, user can file the FIR.
- FIR History: In this section, user can view the status of file FIR which is the response by the police station.
- Charge Sheet: In this section, user can view the charge sheet of file FIR.
- Search FIR: In this section, user can search the FIR with the help of FIR number
User can also update his profile, change the password, and recover the password.
Project Screens
User Signup
Police Login
Police Dashboard
Police Add Criminals
Admin Add Police Page
How to run the Crime Record Management System Project Using PHP and MySQL
1.Download the zip file
2.Extract the file and copy crimerms 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 crimedb
6.Import crimedb.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/crimerms
Admin Credential
Username: admin
Password: Test@123
Police Credential
Username: GZB123
Password: Test@123
Or Admin can add new police.
User Credential
Username: atl123@gmail.com
Password: Test@123
Or You can register yourself as a user.