The index of this project is frontEnd.php
- frontEnd.php connects four pages: add.php, update.php, remove.php and query.php.
- add.php, update.php, and remove.php give the user access to all the appropriate tables.
- query.php contains some sample queries as well as the option for the user to input any SELECT statement of their own making.
The backend of this project, which contains the queries and the database connection, can be found in DatabaseMethods.php