You want to create a form that allows vistors to
register at your web site. This will provide you information about the
visitor and will also give them access to parts of your web site that
other visitors would not normally have. Here are the options that you
will need in your registration form.
The action for this form will be: action="http://www.techdodge.com/php/includes/register.php"
and the method will be post.
Create a fieldset that says: "Registration Form"
Include the following introduction to the form:
If you would like to register with this site you
will be provided with access to more information. When you register
an email will be sent to you confirming your registration, username
and password. When you enter areas of the web site requiring a username
and password you will now have access to those areas.
Caution! When you submit this form an email message will be sent to
the email address that you provide.
Information Requested
|
Name
|
Name: |
name |
Email Address: |
email |
Username: |
username |
Password: |
password1 |
Confirm Password: |
password2 |
Don't forget your submit button. Have the reset button
say "Clear Values"
You have two options for getting checked off on this
assignment, showing me the email that was sent to you or showing me
the form just before you submit it.