0% found this document useful (0 votes)
944 views2 pages

Crime Reporting System in PHP With Source Code

This crime reporting system in PHP allows victims to submit crime complaints and police officers to manage submitted complaints. Victims can register complaints with details and submit them. Police officers can log in and oversee all user complaints, with different officer roles like head, in-charge, or normal police. The system has a user interface for submitting complaints and an admin interface for complaint management. It is designed simply so users can easily use it without difficulties.

Uploaded by

Carmilynelicot
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
944 views2 pages

Crime Reporting System in PHP With Source Code

This crime reporting system in PHP allows victims to submit crime complaints and police officers to manage submitted complaints. Victims can register complaints with details and submit them. Police officers can log in and oversee all user complaints, with different officer roles like head, in-charge, or normal police. The system has a user interface for submitting complaints and an admin interface for complaint management. It is designed simply so users can easily use it without difficulties.

Uploaded by

Carmilynelicot
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

CRIME REPORTING SYSTEM IN PHP WITH

SOURCE CODE
 January 31, 2020
 codeprojects
 3 Comments
Project: Crime Reporting System in PHP with source code
Please scroll down and click on the download button to download Crime Reporting System In
PHP project for free
The Crime Reporting System In PHP is a simple mini project for reporting complaints of any
crimes. The project contains only the users’ side. The user can either be police or
victims/complainers. The purpose of reporting complaints to the police is to get help for solving
the situation or crime registered.

The users as complainers can simply register the complaint with all the details required and
submit it. While the police officers can log in and manage the complaints of all users. The
officers can be a head, in-charge, or normal police. This project is a very simple project that
makes a convenient way for the victims to register the complaints fast and easily. They don’t
have to go to the police station every time for checking the updates of their case.

About System

This Crime Reporting System is in PHP, CSS, JavaScript. Talking about the features of this
system, it just contains the user section. The user (victims) can submit their complaints, while
the officers can manage the complaints of all users who have submitted the complaints. The
design of this project is pretty simple so that the user won’t find any difficulties while working
on it. For the project demo, you can have a look at the video below:

LINK : https://www.youtube.com/watch?
time_continue=394&v=Ven4BIrIzNk&feature=emb_logo
How To Run The Project?

To run this project, you must have installed a virtual server i.e XAMPP on your PC (for
Windows). This Crime Reporting System is in PHP with source code is free to download, Use for
educational purposes only!
After Starting Apache and MySQL in XAMPP, follow the following steps.
1st Step: Extract file
2nd Step: Copy the main project folder
3rd Step:  Paste in xampp/htdocs/
4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Then, click on the databases tab
6th Step: Create a database naming “crime_portal” and then click on the import tab
7th Step: Click on browse file and select “crime_portal.sql” file which is inside the “Crime-
Reporting-System” folder
8th Step: Click on go.
After Creating Database,
9th Step: Open a browser and go to URL “http://localhost/Crime-Reporting-System /”

You might also like