<?php
if($ktest=="oui"){
$destinataire = "TON ADRESSE EMAIL";
$expediteur = "$pseudo";
$reponse = $expediteur;
$codehtml=
"$text";
mail($destinataire,
"Contact du site",
$codehtml,
"From: $expediteur\r\nReply-To: $reponse\r\nContent-Type: text/html; charset=\"iso-8859-1\"\r\n");
}
echo '
<form method="post" action="contact.php">
<input type="text" name="pseudo" size="20">
<textarea name="text" wrap="VIRTUAL" cols="40" rows="10">
</textarea>
<input type="submit" name="contact" value="Envoyer ->">
</form> ';
?> 
<FORM METHOD="POST" ACTION="http://perso0.free.fr/cgi-bin/form2mail.pl">
Nom : <INPUT TYPE="text" NAME="Pseudo"><br>
Email : <input type="text" name="Email" size="20"><br>
Commentaire<textarea name="text" wrap="VIRTUAL" cols="40" rows="10">
</textarea> <br>
<INPUT TYPE="submit" VALUE=" Envoyez ">
</FORM>
ou tu poura ecrire un message du genre :
<FORM METHOD="POST" ACTION="http://perso0.free.fr/cgi-bin/form2mail.pl">
Champs 1 <INPUT TYPE="text" NAME="nom_du_champ0"><br>
Champs 2 <INPUT TYPE="text" NAME="nom_du_champ1"><br>
Champs 3 <INPUT TYPE="text" NAME="nom_du_champ2"><br>
Champs 4 <INPUT TYPE="text" NAME="nom_du_champ3"> <br>
<INPUT TYPE="submit" VALUE=" O K ">
</FORM> 
Nous - Plan du site - Informations légale - Contact - © Graphiks.net