Unit 8
- Part I
- Create a page with an administrative function menu that requires the user to login
- This will be called the “admin menu” and should be saved as admin.php
- Create another page named login.html that will have two forms on the same page
- The first form is a simple login form with fields for username and password. The password field should be masked
- Once the user name and password match an entry in the database, the user is taken to admin.php, where the second form is located
- The second form allows for users to be entered into the users database
- Submitting the form triggers the application on adduser.php, which enters the data into the table
- Part II
- The contact form is used after a successful login to insert, modify and delete records in the contacts database