Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Library Management System 📚

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.

Book Library Management System

Tables

  • Books for Rent: Contains records of books available for rent.
  • Books for Sale: Contains records of books available for sale.

CRUD Operations

  • 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.

Getting Started

To use the system, follow these steps:

  1. Create the required database and configure the details in the config.php file.
  2. Run the "initialize.php" file for the first time to set up the necessary tables and initial data.
  3. Access the Book Library Management System by opening book_library.php through a web server.

About

The Book Library Management System is built on a dynamic database, enabling real-time interactions with book records. Users can seamlessly add, update, and delete entries, making it a flexible and responsive tool for managing a dynamic library.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages