Prison management system project is developed using PHP, CSS, HTML, and JavaScript. Talking about the project, it has all the essential features required for the management of a prison and its details. This project contains the admin side, the user side and the police side The Admin plays the main role in the management of the system.
About Prison Management System In PHP
The system is simple and quite easy to use. Here, in this system, the admin plays a huge role in maintaining the system. He/she is responsible to handle all the requests from the user and police side. The admin can manipulate every happening even in this system. The user can file complaints and other queries. He/she has to register to make a complaint to the system. In the other hand, the police section is responsible for managing the activity of a crime records.
How To Run Prison Management System In PHP ?
To run this project you must have installed virtual server i.e XAMPP on your pc (for Windows). After Starting Apache and MySQL in XAMPP, follow the following steps
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
Now Connecting Database
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on databases tab
- Create database naming “prisonpro” and then click on import tab
- Click on browse file and select “prisonpro.sql”.
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/prison”