"; $from="From: $nom <$email>"; if (mail($adresse,"Inscription de $nom $prenom",$texte,$from)) { echo("



Your registration has been successfully submitted ! Thank you !

"); if (mail($email,"Inscription à $typeinscription", $texte1, $from1)) echo("



You will receive a confirmation email in a short time.


Click here to return to the Main Page
"); else echo("



The email address you provided is not valid !

"); } else { echo("



Due to some incidence in the system, we are unable to process your registration; We kindly ask you to contact us for further information. "); } ?>