This PHP-based Book Library Management System project allows users to perform CRUD (Create, Read, Update, Delete) operations on a database containing books. Two tables, "Books for Rent" and "Books for Sale," are available for managing book records. Users can add, edit, and delete books through a simple web interface.
- Books for Rent: Contains records of books available for rent.
- Books for Sale: Contains records of books available for sale.
- Create (Insert): Users can add new books to the library.
- Read: Displays a list of books from the selected table.
- Update: Allows users to modify the details of existing books.
- Delete: Enables users to remove books from the library.
To use the system, follow these steps:
- Create the required database and configure the details in the
config.phpfile. - Run the "initialize.php" file for the first time to set up the necessary tables and initial data.
- Access the Book Library Management System by opening
book_library.phpthrough a web server.
