A web-based Library Management System developed using PHP and MySQL to manage daily library operations efficiently. This system helps in handling book records, student management, and issue/return processes.
- Add, update, and delete book records (CRUD)
- Manage student/user details
- Issue and return books
- View available and issued books
- Organized admin and student modules
- Frontend: HTML, CSS, Bootstrap
- Backend: PHP
- Database: MySQL
admin/ # Admin module student/ # Student module css/ # Styles database/ # Database files images/ # Images dbconn.php # Database connection index.php # Main entry point
- Clone the repository:
git clone https://github.com/Piyal2704/Library-management-system.git
- Move the folder to:
- XAMPP →
htdocs - WAMP →
www
-
Start Apache and MySQL
-
Open phpMyAdmin → create database → import SQL file
-
Run:
http://localhost/Library-management-system
- PHP & MySQL backend development
- CRUD operations
- Database connectivity
- Debugging and testing
Piyal Bandhu
Email: piyalbandhu440@gmail.com
GitHub: https://github.com/Piyal2704