Youpie ya plus d´erreur,par contre quoique je coche , ca me revois toujours " aucune" hehe...
bonne nuit!
Et si ca branche quelqu´un se se creser la tete à ma place
pas de probleme:
< ?php
$langue="Langues parlées: \n";
if($_POST[´francais´] == ´on´)
$langue = " -le français \n";
if($_POST[´anglais´] == ´on´)
$langue = " -l´anglais \n";
if($_POST[´jap´] == ´on´)
$langue = " -le japonais \n";
if($_POST[´jap´] == NULL && $_POST[´francais´] == NULL && $_POST[´anglais´] == NULL)
$langue = " AUCUNE";
$fonction = " fonctions dans le site: \n";
if($_POST[´prog´] == ´on´)
$fonction = " -Programmeur \n";
if($_POST[´redac´] == ´on´)
$fonction = " -Redacteur \n";
if($_POST[´up´] == ´on´)
$fonction = " -Uploader \n";
if($_POST[´news´] == ´on´)
$fonction = " -Newsteller\n";
if($_POST[´correct´] == ´on´)
$fonction = " -Correcteur \n";
if($_POST[´recrut´] == ´on´)
$fonction = " -Recruteur \n";
if($_POST[´rien´] == ´on´)
$fonction = " -Fegnant \n";
if($_POST[´boniche´] == ´on´)
$fonction = " -Boniche\n";
if($_POST[´prog´] == NULL && $_POST[´redac´] == NULL && $_POST[´up´] == NULL
&& $_POST[´news´] == NULL && $_POST[´correct´] == NULL && $_POST[´recrut´] == NULL
&& $_POST[´rien´] == NULL && $_POST[´boniche´] == NULL)
$fonction = " AUCUNE";
$section = " section concernés: \n";
if($_POST[´rpg´] == ´on´)
$section = " -RPG \n";
if($_POST[´anim´] == ´on´)
$section = " -Animations et Mangas\n";
if($_POST[´encyclo´] == ´on´)
$section = " -L´Encyclo\n";
if($_POST[´rpg´] == NULL && $_POST[´anim´] == NULL && $_POST[´encyclo´] == NULL)
$section = " AUCUNE";
$email="hell4goodpeople@hotmail.com";
$sujet="Regia";
$message="Salut j´aimerais faire partis de ton equipe!\n
Je suis un(e) ( $sexe) de ( $age)ans.\n
Tu peus me joindre à cette adresse ( $mail).\n
Je parle ( $langue)\n
J´aimerais etre ( $fonction)\n
J´ai un peu d´experience:($experience)\n
Et je m´interesse aux sections ( $section)\n
Sinon ( $commentaire)\n\n";
$headers="($mail)";
mail($email,$sujet,$message,$headers);
? >