Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 638 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 638 Bytes

PHP-HTML-CSS

Simple Online Library application made using PHP and HTML that uses MySQL as the database.

The database has the following layout: Diagram

The Online Library contains the following features:

  • Add/Edit/Delete Users
  • Different accessibility for admins and users
  • Add/Edit/Delete Books
  • Session Handling
  • LogIn/LogOut made from scratch
  • Keeping track of books Checked In or Checked Out by different users
  • Dynamicly personalized home page for each users

Screen1