GYM Management System using PHP and MySQL
The Gym Management System Project in PHP is a web-based application used to manage a gym. In this project, we used PHP and MySQL.
β Key Features
The different types of modules present in this project are
- user
- Admin
User Module
Users can visit the website and apply. for gym packages.
Registration: One time Registration is required to apply for any gym package.
Login: After registration, the user can log in and apply for the gym package.
Booking History: In this section, users can see booked packages and payment details also.
Profile: In this Section, User can update their profile.
Change Password: In this section, user can change their own password.
Admin Module
Dashboard: In this section, Admin can see the overview of bookings, listed packages, categories, and package types.
Categories: In this section, the admin can add, and delete the categories.
Package-Type: In this section, the admin can add, or delete the package type.
Packages: In this section, admin can add, and edit packages;
Bookings: In this section, the admin checks the new booking and partial/ full payment bookings. Here admin can also update the payment details agains t particular booking.
Report: In this section, Admin can generate the between dates report for booking and registered users.
Admin can also update his profile, change the 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
GYM Management System: Project Screens
Home Page

User Registration Page

Admin Dashboard

Booking Details Page

How to run the GYM Management System Project Using PHP and MySQL
1. Download the zip file
2 .Extract the file and copy gym
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 gymdb
6.Import gymdb.sql file(given inside the zip package in SQL file folder)
7. Run the script http://localhost/gym
********************Admin Credential********************
Username: admin@gmail.com
Password: Test@12345
********************User Credential********************
Username: john@test.com
Password: Test@123
or Register a new user