Dreamweaver B Header Image

Homework Thirteen


Based on the exercises in chapter 14, build a User Registration System

There are FOUR pages in this homework assignment

  1. You are at the Register User page (hw13.php)
  2. Complete the form below with Administrator set to Yes. This will forward the newly registered user to Registered Users (hw13a.php).
  3. Click on the Register New User hyperlink. This will send you back here. Now register with Administrator set to No. Again, this will forward you to Registered Users (hw13a.php).
  4. On the Registered Users page, select the Edit User hyperlink. This will send you to the Update User Record page (hw13b.php). You can change the settings of your users on that page.
  5. Go back to the Registered Users page and select the Delete User hyperlink. This will send you to the Delete User page (hw13c.php). Delete the users you just created. This will send you to Registered Users again. You will see there are no users anymore.
  6. First Name:
    Family Name:
    Username:
    Password:
    Administrator:
    Yes
    No
     


Next week we will add to this with the creation of a User Login System.