Code
BACK
- index.php
- The landing page for the project
- __connect_to_database.php
- Contains connection information, credentials and instances for the database
- create_borrower.php
- A form to create a user in the database
- __insert_borrower.php
- The utility file that adds the borrower to the database
- __login.php
- The utility that handles the login session
- return_book_page.php
- The page that contains the form to return a book to the library
- __return_book.php
- The utility that handles returning a book
- __utils.php
- The utility that helps sanitize the data going into the database