| |
Thank you for
registering! A confirmation email
has been sent to '.$Email.' Please click on the Activation Link to Activate your account ';
} else { // If it did not run OK.
echo 'You could not be registered due to a system
error. We apologize for any
inconvenience. ';
}
} else { // The email address is not available.
echo 'That email
address has already been registered.
';
}
} else {//If the "error" array contains error msg , display them
echo ' ';
foreach ($error as $key => $values) {
echo ' - '.$values.'
';
}
echo ' ';
}
mysqli_close($dbc);//Close the DB Connection
} // End of the main Submit conditional.
?>
Registration Form
Go Back to Account Verification on sign up
|