Sign UpStep By Step
To create an account, you need to do the following things:
  1. Enter your new '.$title.' username.
  2. Enter a password with a length greater than 4 characters.
  3. Fill out your Name and a valid Email address.
Username: '; if ($err==1) { echo 'Missing fields
'; } elseif ($err==2) { echo 'Username already exists
'; } elseif ($err==4) { echo 'Invalid username
'; } echo '
Password: '; if ($err==3) { echo 'Invalid password
'; } echo'
Name:
Email: '; if ($err==5) { echo 'Invalid email address
'; } echo '

 

[Back to '.$title.' index] [Help!]

'; ?>