The Online Library Management System In PHP is a simple project developed using PHP, JavaScript, and CSS. The project contains an admin and user side. The admin side manages all the management like adding and managing categories, authors, books, issued books, and so on. The admin has an important role in the management of this online library system.
About Online Library Management System In PHP
This Online Library Management System is in PHP, JavaScript, and CSS. Talking about the features of this system, it contains the admin section and the user (student) section. All the editing, updating, managing books, authors, and students are from the admin section.
For the user section, the users can log in as a student if they already had an account, otherwise, he/she has to fill up the signup form to register as a student. The student can edit their owns profile and can go through details of issued books and their returning status. This project makes a convenient way for students and the library to keep the records of books, borrowing and returning of books.
How To Run Online Library Management System In PHP ?
To run this project, you must have installed a virtual server i.e. XAMPP on your PC (for Windows). After Starting Apache and MySQL in XAMPP, follow the following steps.
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on the databases tab
- Create a database naming “library” and then click on the import tab
- Click on browse file and select “library.sql” file which is inside the “SQL” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/Library/”