j'ai modifié le script pour qu'il tienne en une seul page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
.Style2 {color: #ec7807;
font-size: 14px;
font-weight: bold;
}
</style>
</head>
<body>
<form method="post" action="" enctype="multipart/form-data">
<center>
<table align="center">
<tr>
<td><font color="red" class="Style2">Votre Email : </font></TD><TD><INPUT name="email" TYPE="text" id="email" ></td>
</tr>
<tr>
<td><font color="red" class="Style2">Objet :</font></TD>
<TD><input name="objet" type="text" id="objet" /></td>
</tr>
<tr>
<td> </TD>
<TD><textarea name="texte" cols="50" rows="4" id="texte">
</textarea></td>
</tr>
</table>
<p> </p>
<p><br>
<input name="envoyer" type="submit" id="envoyer" value="Envoyer" />
</p>
</form>
<?php
if($texte!=""){
$email = htmlspecialchars($_POST['email']);
$objet = htmlspecialchars($_POST['objet']);
$texte = htmlspecialchars($_POST['texte']);
srand((double)microtime()*1000000);
$boundary =md5(uniqid(rand()));
$header = "From: $email \n";
$header .= "MIME-Version: 1.0\n";
$header .= "Content-Type: multipart/alternative; boundary=$boundary\n";
$destinataire = "XXXXXXXXXXXXXXXXXXXXXX";
$titre = "formulaire de contact";
$message = "\nThis is a multi-part message in MIME format.";
$message .="\n--$boundary\nContent-Type : text/html; charset=\"iso-8859-1\"\n\n";
$message .="E-mail : $email\n";
$message .="<br>";
$message .="<br>";
$message .="objet : $objet\n";
$message .="<br>";
$message .="<br>";
$message .="texte : $texte\n";
$message .="<br>";
$message .="<br>";
$message.= "\n--$boundary--\n end of the multi-part";
mail($destinataire,$titre,$message,$header);
echo "<center><h4><br>Merci , je vous repondrez le plus vite possible.</h4>";
}
?>
</body>
</html>
<tr><td>la tu mets ta question</td><br />
<td><input name="answer[1]" value="1" type="radio">la ta reponse</td>
<td><input name="answer[1]" value="1" type="radio">la ta reponse</td>
qui est comme même bien plus cours