if($session->logged_in){ echo "
Registered
"; echo "
$session->username, you have already registered to GIGWISH.
" ."« back
"; } else if(isset($_SESSION['regsuccess'])){ if($_SESSION['regsuccess']){ echo "
Registered!
"; echo "
Thank you ".$_SESSION['reguname'].", your information has been added to the database, " ."you may now check your email for the generated password and log in.
"; } else{ echo "
Registration Failed
"; echo "
We're sorry, but an error has occurred and your registration for the username ".$_SESSION['reguname'].", " ."could not be completed.
Please try again at a later time.
"; echo "
« back"; } unset($_SESSION['regsuccess']); unset($_SESSION['reguname']); } else{
?>
Register
Before using GIGWISH for the first time, be sure to read
Privacy Policy and
Terms of Use. Registering for the service is free, but requires you to provide a valid email address, since a random password will be generated and sent to your email. The email may take a while to arrive, but in case it doesn't arrive, please use the
Forgot password? feature to generate a new password.
In case you have a Facebook account, you can
start using Gigwish by logging on your Facebook account here.
if($form->num_errors > 0){ echo "
".$form->num_errors." error(s) found | "; } ?>
} ?> include("footer2.php"); ?>