-One point per page completed The Create a User page Makes sure you're already logged in If not .. send them to the login page If so Ask them the username and password Check for reasonableness (both on the client and on the server) insert into db The List The Users page Makes sure you're already logged in If not .. send them to the login page If so List all the users with a link to the delete-a-user page David The Delete-a-user page Makes sure you're already logged in If not .. send them to the login page If so Delete the user from the database The Login Page Ask for the username and password If good set cookie variable header("Location: buffy-the-vampire-slayer.html"); If bad Try again The Protected Page Makes sure you're already logged in If not .. send them to the login page If so Show a picture of Buffy the Vampire Slayer The Logout page Delete the session variable. =================================== Example PHP Regex Code ==================================