Zoo Management System Using PHP and MySQL
Zoo Management System is a web-based technology that manages peoples’, and animals’ details and provides tickets to the person who comes to visit in the zoo with his/her family. This web application provides a way to effectively control records & track the people who visit the zoo.
✅ Key Features
In this project, there are two modules, i.e.
- User
- Admin
User:
The user can only visit the website, check the zoo-related information.
Admin:
- Dashboard: In this section, admin can see how many foreign and Indian tickets is generating today and yesterday.
- Animals Details: In this section, admin can manage animal details(Add/Update/Delete).
- Manage Ticket: In this section, admin can update price and ticket type of ticket.
- Indian Ticket: In this section, admin can add the detail of the number of adults and the number of children and print the ticket with their total cost.
- Foreigner Ticket: In this section, admin can add the detail of the number of adults and the number of children and print the ticket with their total cost.
- Search: In this section admin, can search tickets by ticket id.
- Reports: In this section admin can view how many tickets has been generating in a particular period
Admin can also update his profile, change their password and recover the password.
🔧 Technical Specifications
- Frontend: HTML, CSS, Bootstrap, Jquery
- Backend: PHP
- Database: MySQL
- IDE: VS Code / Sublime Text
- Software Required: XAMPP / Wamp / Mamp/ Lamp (anyone)
📂What’s Included in the Package
- Complete Source Code
- MySQL Database File (.sql)
- Project Report (DOC/PDF)
- PPT Presentation
- Installation Guide
Zoo Management System: Project Screens





How to run the Zoo Management System Project Using PHP and MySQL
1.Download the zip file
2. Extract the file and copy zms
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 zmsdb
6.Import zmsdb.sql
file (given inside the zip package in SQL file folder)
7.Run the script http://localhost/zms
Admin Credential
Username: admin
Password: Test@123
Zoo Management System: Project Demo
Zoo Management System: Project, Report and PPT