For this project you will work in groups. Work with an admin folder where the user has to login to access their data. The login should be checked against a list of usernames and passwords in a database. The passwords should be stored in the database encrypted using the md5 function. After the user logs in, they should have access to a control panel that will allow the user to do the following:
Add/Delete/Modify Records in the units table you created in Project 1.
Add/Delete/Modify Records in the vacation packages table you created in Project 1.
Add/Delete/Modify Records in the vacation package category table you created in Project 1.
(Remember the tables will actually be on the itatscc.com server like it was for Project 2 and 3)