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 '
  1. '.$values.'
  2. '; } echo '
'; } mysqli_close($dbc);//Close the DB Connection } // End of the main Submit conditional. ?>Registration Form
Registration Form

Create A new Account Already a member? Log in

Go Back to Account Verification on sign up
 
Brought to you by vadamcdaniel.com

return to main page


Privacy Policy