[php]titleHeader();[/php]
[php]banner(“banner3.png”,”Login-02.png”);

$e = $_GET[“e”];
if ($e == 1){
$emessage = ‘

ERROR: Oops! Password did not match! Try again.

‘;
} if ($e == 2){
$emessage = ‘

ERROR: Institution already has a login, please login ‘.getLink(“Login”, “here”).’

‘;
} if ($e == 3){
$emessage = ‘

ERROR: Password too long! (16 characters)

‘;
} if ($e == 4){
$emessage = ‘

ERROR: Incomplete registration form.

‘;
} if ($e == 5){
$emessage = ‘

ERROR: Invalid Email Address.

‘;
} else { ”;
}

echo ‘

Use this form to register yourself as a contributor for WebPA.
Otherwise please use the ‘.getLink(“Login”,”login page”).’ to login to the contribution section.

‘;

echo $emessage;
echo ‘

Register your Institution
Name:
Institution:

Email:

Password:

Password Confirmation:

‘;
[/php]