You are on page 1of 4

City without Crime

City without Crime is a web based application where user can interact with
various Police Stations. With its help civilians can easily lodge instant complaints.
Various Police Stations can interact with each other and can send required
information to any other Police Station efficiently.
This application allows online administration of crime and categories. This system
uses an online interaction with the server database. This application finds its use in
the real world when all the Police stations in a city are connected with each other
through a central server, which is supposed to be the highest Police Authority of
the city. The interaction involves spontaneous messages informing the details of a
crime to other stations so that the whole city police become a single unit.
Moreover, a normal user can also report a crime to a particular station which would
lead to easy access of his request. Also, a criminal database, easily accessible to the
Police Officials holds the details of all the criminals of the city.
SCOPE

The scope of the project can be listed as follows:

 To Register new police stations.

 Login for stations and admin.

 To provide spontaneous crime reports.

 To provide crime news to the users.

 Updating the criminal lists.

 Add to Emergency News.

 Maintaining criminal record.


 User Module
 User Complaints

 Administrator Module
 Login
 Complaint Received
 Report to Police Station
 Add new Criminal
 Edit Criminal Record
 Delete Criminal Record
 Delete Complaints

Database Tables
Login_Master

Field Name Description


UserName(Email) Varchar(50)PK
Password Varchar(50)
Mobile Numeric
Full_Name Varchar
Address Varchar
Enabled Bit
Complaint

Field Name Description


Id int(8) primary key
Description Varchar(50)
PStation_Id Varchar(10)

Criminal_Master

Field Name Description


CriminalID Varchar(10) primary key
Name Varchar(30)
Gender Varchar(5)
Height Varchar(5)
Weight Varchar(5)
PStation_Id Varchar(10)
Crimelevel Varchar(20)
Status Varchar(30)
Criminal_Picture Varchar(100)

emergency

Field Name Description


Sno int(3)
Descripton Varchar(1000)

Police_Station_Master

Field Name Description


PStation_Id Varchar(10) primary key
PStation_Name Varchar(30)not null
Address Varchar(50)not null
Phone Numeric
Mobile Numeric
PStation_Head Varchar(20)not null
Password Varchar(10)not null

Tools & Technology


Server Side : PHP, Ajax

Client Side : HTML, JavaScript, CSS

Database : MySql

Web Server-Apache

IDE :Php Designer 7 of Higher,Net Beans

You might also like