Library Management System-PHP This is a PHP-based library management system project.
db_connect.php
: This file contains the database connection code.index.php
: The main entry point of the application.
- Clone the repository:
git clone https://github.com/your-username/libraryms-php.git
- Import the database: Use the provided SQL file to create the necessary database structure.
- Configure the database connection: Update the connection details in
db_connect.php
. - Start the application: Open
index.php
in your web browser to access the library management system.
- PHP 7.0 or higher
- MySQL or MariaDB
This project is licensed under the MIT License.