SCOPE The purpose of this project is to demonstrate the utilization HTML/CSS/PHP/MySQL from front-end to back-end. This project allows user registration/login and grants permissions based on account types.
The following core concepts are applied in this project:

Full front-end to back-end concepts via HTML/CSS/PHP/MySQL

PHP scripting to handle GET/POST requests via forms

Implement MySQL SELECT/UPDATE/INSERT/DELETE commands to manipulate MySQL database

Session-based login with timeout

MySQL prepared statement to prevent SQL injection

PHP script to provide Guest, User, and Admin permissions to database
GUEST ACCOUNT
Continuing as a Guest account only has view/search permissions only.
Unable to edit/delete accounts.
USER ACCOUNT
Login as any of the user accounts to view/search + update permission for your own username.
- Register your own account and login to edit username
-OR-
- Login with any of the first four accounts (example below) after 'admin'
Email: thanos@marvel.com
Password: 123
ADMIN ACCOUNT
Login as Admin to view/search/edit/delete user accounts from database.
Email: admin@marvel.com
Password: 123
NOTE Admin is still unable to edit/delete first 5 accounts listed