Simple Library Management System Project Using PHP/MySQL
The Simple Library Management System is a project using PHP. This project has been developed using HTML5, CSS, JavaScript, PHP, and MDBootstrap. Feel free to download the source code and modify and I hope this simple project will you with your needs.
About the Project
The Simple Library Management System can help manage the school library. This system is easy to use, which can help librarians to manage the book location, the records of the borrowed, and returned books. The library visitor may also use the system when to locate the location of his/her desired book to read. In this system, the librarian can easily track the overdue borrowed code and also determine if the returned book was exactly the book that has been borrowed. This project has only a small scope that could help to start with developing systems with such related functions and features.
Features
- Home Page
- The welcome page of the librarian or the admin after logging in to the system. On this page, The total books, borrowed, and borrowers are displayed.
- Book Page
- The page where the books are listed and can be managed.
- Borrowers Page
- This is the page where the borrowers are listed and can be managed.
- Borrowed Books Page
- The page where borrowed book details and return details are listed and can be managed.
- Book Search Page
- This page is for the library visitors that want to locate immediately the book that he/she looking for. On this page display all books that can be seen at the library.
Installation
- Download the source code and extract the zip file.
- Download or set up any local web server that runs PHP script.
- Open your web server database and create a new database name it lms_db.
- Import the SQL file located in the database folder of the source code.
- Copy and paste the source code to the location where your local web server accessing your local projects. Example for XAMPP('C:\xampp\htdocs')
- Open a web browser and browse the project. [ http://localhost/simple-libarary-management-system ]
- Browse library_search.php to access the Book Search Page for the library visitor. [ http://localhost/simple-libarary-management-system/library_search.php ]
Admin Default Access:
Username: admin
Password: admin123
Explore this website for more source code or tutorials.
Enjoy!
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Add new comment
- 9065 views