logged_in){ echo "

Sei gi� registrato

"; echo "

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 "

Registrazione effetuata!

"; echo "

Thank you ".$_SESSION['reguname'].", il tuo account � stato creato, " ."ora puoi effettuare il log in.

"; } /* Registration failed */ else{ echo "

Iscrizione Fallita

"; echo "

Ci scusiamo ma � stato riscontrato un problema nella registrazione ".$_SESSION['reguname'].", " .".
Provate pi� tardi o contattate l'amministratore.

"; } unset($_SESSION['regsuccess']); unset($_SESSION['reguname']); } /** * The user has not filled out the registration form yet. * Below is the page with the sign-up form, the names * of the input fields are important and should not * be changed. */ else{ ?>

Iscrizione ad Outletup.com

num_errors > 0){ echo "".$form->num_errors." errore rilevato."; } ?>
Username:">error("user"); ?>
Password:">error("pass"); ?>
Email:">error("email"); ?>
Accetto i termini d'uso.
Back to Main