This is a Simple Membership System that was developed using PHP, MySQLi, and Javascript. The system uses an AJAX function to ensure the data is being processed properly. This is a user-friendly kind of system you are free to modify the source code.
About the System
This PHP Project is able to store and manage the list of members. Aside from the member list, the system users can also create a club in which they can enlist members under the selected club. This project source code will help other programmers especially those who are new in the said Programming language to learn and understand how to develop like this simple web application.
The Features:
- Secure Login/Logout
- Administrator(CRUD)
- Member(CRUD)
- Club(CRUD)
- Can add a member to a specific Clubs
The project source code is free to download on this website. Feel Free to download and modify the source code the way you wanter. Follow the instruction below to run this project.
How to Run ??
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Installation/Setup
- Open your XAMPP/WAMP’s Control Panel and start Apache and MySQL.
- Extract the downloaded source code zip file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP’s “htdocs” directory. And If you are using WAMP, paste it into the “www” directory.
- Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
- Create a new database naming sms.
- Import the provided SQL file. The file is known as sms.sql located inside the db folder.
- Browse the Simple Membership System in a browser. i.e. http://localhost/Simple%20Membership%20System/.
Administrator Account:
username: admin
password: admin
Leave a Reply