Basic Library System Using PHP with Source Code
This Library System was developed using PHP, HTML, MYSQLi, and jQuery. I used bootstrap as a front-end framework to have a nice design. The system can borrow and return books in a transaction, and also can trace student transaction details. This simple project can help you learn something in creating or developing a web application such as the CRUD Operations and using jQuery and Bootstrap for the front-end. This library system automatically calculates the available books that can be borrowed by the students.
Features:
- Admin Account(CRUD)
- Student Account(CRUD)
- Book Details(CRUD)
- Borrowing Details
- Returning Details
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 the "Apache" and "MySQL".
- Extract the downloaded source code 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 "db_ls".
- Import the provided SQL file. The file is known as "db_ls.sql" located inside the "database here" folder.
- Browse the Simple Library System in a browser. i.e. http://localhost/LibrarySystem
Login Account:
username: admin
password: admin
DEMO
I hope that this system can help you with what you are looking for. For more updates and tutorials just kindly visit this site.
Enjoy Coding!!
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.
Comments
can't login
can't login
Does`t submit the selected book.
Add new comment
- Add new comment
- 8195 views