Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 424 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 424 Bytes

Library-Management-System

Simple Library Management System using PHP and MYSQL

admin library can :

    1. login / logout
    1. add new book details (number , book title , author name , edition , date)
    1. edit book details
    1. delete book
    1. add new admin

user can :

    1. enter book name to be searched and show search result
    1. display every books with details (number , book title , author name , edition , date)