/** * Register.php * * Displays the registration form if the user needs to sign-up, * or lets the user know, if he's already logged in, that he * can't register another name. * * Written by: Jpmaster77 a.k.a. The Grandmaster of C++ (GMC) * Last Updated: August 19, 2004 */ include("include/session.php"); ?>
Ci scusiamo $session->username, ma sei gi� registrato. " ."Main.
"; } /** * The user has submitted the registration form and the * results have been processed. */ else if(isset($_SESSION['regsuccess'])){ /* Registration was successful */ if($_SESSION['regsuccess']){ echo "Thank you ".$_SESSION['reguname'].", il tuo account � stato creato, " ."ora puoi effettuare il log in.
"; } /* Registration failed */ else{ echo "Ci scusiamo ma � stato riscontrato un problema nella registrazione ".$_SESSION['reguname'].", "
.".
Provate pi� tardi o contattate l'amministratore.