A
MICRO PROJECT REPORT
ON
“CRIME REPORT SYSTEM USING PHP"
Program & Program code :CO6I
Course name :WBP
Course code :22619
Submitted by,
NAME OF STUDENT ENROLLEMENT NO PROGRAM
Ghungarde Rutuja Shivaji 2214640024 CO-6-I
Jadhav Payal Bhausaheb 2214640038 CO-6-I
Karle Nita Satish 2214640041 CO-6-I
Under the Guidance of
Prof. Sayyed.H.A.
In partial fulfillment of requirement for the award
of Diploma in Computer Engineering
MSBTE, Mumbai.
Academic Year: 2024-25
DEPARTMENT OF COMPUTER ENGINEERING
S.S.M. ADSUL POLYTECHNIC COLLEGE
CHAS, AHMEDNAGAR-414 005(M.S)
DEPARTMENT OF COMPUTER ENGINEERING
S.S.M. ADSUL POLYTECHNIC COLLEGE,CHAS,
AHMEDNAGAR-414 005(M.S)
CERTIFICATE
This is to certify that the micro project report entitled
Submitted by,
NAME OF STUDENT ENROLLEMENT NO PROGRAM
Ghungarde Rutuja Shivaji 2214640024 CO-6-I
Jadhav Payal Bhausaheb 2214640038 CO-6-I
Karle Nita Satish 2214640041 CO-6-I
Of semester VI institute, Sau. Sundarabai Manik Adsul Polytechnic, Chas, Ahmednagar
(code: 1464) has completed the micro project satisfactorily in course (22619) for the
Academic year 2024-25 as prescribed in the MSBTE curriculum.
Place: Ahmednagar
Date: / /2024
Prof. Sayyed.H.A. Prof.Hole.P.P. Prof.Gadakh.R.S.
(Micro Project guide) (Head of Dept.) (Principal)
ACKNOWLEDGEMENT
We take this opportunity to acknowledge the constant encouragement and continuous help given
to me by my guide Prof. Sayyed.H.A. convey my sincere thanks to his valuable timely suggestion.
We would also like to thanks principal Prof. Gadakh R.S and Head of Computer Department
Prof. Hole P.P We would also like to thank teaching staff of Computer Department for helping us to
achieve this goal.
We are also thankful to those who directly or indirectly helped me for completing this micro
project. we would like to thank my parents without whose supports; the completion of the micro project
would not have been possible.
Ghungarde Rutuja Shivaji
Jadhav Payal Bhausaheb
Karle Nita Satish
3
Index
Sr.no Name of topic Page no
Plan A
1.0 Introduction 5
2.0 Aim of The Web 5
Application Development
with PHP
3.0 Action plan 6
4.0 Resources required 6
Plan B
1.0 Description 7
2.0 Course outcome integrated 7
3.0 Source Code and output 8,9,10,11,12
4.0 Actual resouces used 13
5.0 Skill developed/ learning 13
out of this micro-project
4
PART A-PLAN
1.0 INTRODUCTION
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.
2.0 AIM OF THE WEB APPLICATION DEVELOPMENT WITH PHP
PHP is an open source scripting language that can be used to write websites and any kind of web-based
application and service. Wikipedia, Vimeo, Etsy, Mailchimp, Yahoo, Wordpress, Flickr, and Magento
are just a few of the commercial web apps written in the language.
Why is PHP so popular for developing web applications? PHP:
1. Is a server-side language that is extremely easy to learn.
2. Has a large ecosystem of extensions, tools, and frameworks, such as Laminas, which helps
accelerate development and improve code quality.
3. Is highly flexible, supporting interoperability with all major data stores.
Read this blog, What Is PHP?, to learn more about PHP — including the meaning of the acronym and
the language’s history — and to see a code example.
PHP applications run on a PHP server, such as Zend Server. To learn about PHP application servers,
read this blog, PHP Server Basics.
PHP scripts use PHP functions to perform tasks. You can take advantage of the numerous built-in
functions in PHP, or write your own. Read this blog, What Is a PHP Function?, for more information.
5
3.0 ACTION PLAN
Sr. Planned Start Planned Name of Responsible
No. Details of Activity Date Finish Date Team Members
1 Finalization of Topic 08/01/2025 15/01/2024 All Team Members
2 Project definition and planning 15/01/2025 02/02/2024 Ghungarde Rutuja
3 Requirement Gathering 02/02/2025 29/02/2024 Karle Niata
4 Design Modeling 29/02/2025 11/03/2024 Jadhav Payal
5 Implementation of Code 11/03/2025 24/03/2024 All Team Members
6 Integration and Testing 24/03/2025 29/03/2024 Karle Nita
7 Launch Application 29/03/2025 03/04/2024 Jadhav Payal
8 Documentation 03/04/2025 /04/2023 Ghungarde Rutuja
4.0 RESOURCES REQUIRED
Sr.
No. Name Of Resource/material Specifications Quantity Remarks
1 Computer System I5 8th gen 256 GB SSD 8GB RAM 1
2 Sublime text Version 3211.OS 1
3 Xampp Server Version 8.2.12 1
6
PART B-(OUTCOMES AFTER EXECUTION)
1.0 DESCRIPTION
When Website is open it Asked for registration you can register to Website. After that We create
Username and password. When we enter email id and our information, we registered to website After
that username and password is created. By submitting username and password we login to that website.
There are Three Modules are in website like User Module, Admin module, Registration Module.
Registration Module is related with registration process. User Module is related with user. User module
Contain FIR Section, Complaint Section, Permission Section, Women Helpline Section, Cyber Cell
Section, Emergency Helpline Section YouTube crime Video Section, Missing Person Section. Admin
Module contain Dashboard, Add Women Police Section, Add NGO, View FIR Section, View Cyber
Fraud, View Complaint Section, View Permission Request Section and Missing Person Section.
2.0 COURSE OUTCOMES INTEGRATED
a) Develop program using control statement.
b) Perform operations based on arrays and graphics.
c) Develop programs by applying various object oriented concepts.
d) Use form controls with validation to collect user's input.
e) Perform database operations in PHP.
3.0 SOURCE CODE & OUTPUT
Here is the all code files which are used to build and application.
7
8
SOURCE CODE :
9
1
0
1
1
Output:-
1
2
1
3
1
4
1
5
4.0 ACTUAL RESOURCES USED
Sr. Name Of
No. Specifications Quantity Remarks
Resource/material
1 Computer System I5 8th gen 256 GB SSD 8GB RAM 1
2 Sublime text Version 3211.OS 1
3 Xampp Server Version 8.2.12 1
5.0 SKILL DEVELOPED / LEARNING OUT OF THIS MICRO-PROJECT
After completion of the micro project, our basic concepts of PHP such as looping, oops
concept, menu etc. got cleared. We became able to perform programs for form, regular
expression, basic php concepts and so on. We also use the control statements like if,
ifelse,nested if else,else-if ladder,switch cases, looping statements like while loop, do while
loop. We also learn what is cookies, how to create forms, how to create banner, what is
object cloning and so on.
ANNEXURE II
Evaluation Sheet for the Micro Project
Academic Year :2024-25
Name of Faculty: Prof. Sayyed. H.A.
Course: WBP
Course Code: 22619 Semester: 6th
Title of the Project:Crime Report System Using PHP.
COs addressed by the Micro Project:
A: Prepare report on crime report system using php .
Major learning outcomes achieved by students by doing the Project:(a)Practical
outcomes:
Prepare report on given topic.
(b) Unit outcomes in Cognitive domain:
Identify crime report system using php to create report on given application.
(c) Outcomes in Affective Domain----------------------------------------------------------------------
---------------------------------------------------------------------------------------
Comments/Suggestion about team work/leadership/inter-personal communication (ifany)
Marks out of 6 for Marks out of 4 for
performance in performance in oral/ Total
Sr.
Student Name group activity (D5 presentation (D5 out of
No.
Col. 8) Col.9) 10
1 Rutuja Ghungarde
2 Payal Jadhav
3 Nita Karle
(Name & Signature of Faculty)
Prof. Sayyed. H.A.
13