no save
Assistance
Achat
News

Forum | programmation
erreur 404 script traitement.php
olive_sibile, le jeu. 10 janv. 2008 à 10:56:27
Bonjour,

J ai realise un formulaire avec menu deroulant , case a cocher, case a selectionner
Lorsqu on valide le formulaire, il y a erreur 404 et pas de transmission
ci joint le script du formulaire et du traitement.php

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
Ê Ê Ê Ê Ê Ê Ê Ê Ê Ê Ê Ê "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Mon formulaire.</title>

</head>
<body>
<form method='POST' action='traitement3' name='surmesure'>
<p>question 5:<br>
<select name='champ5' size='1'>
<option selected value='0'->-choisir-</option>
<option value='reponse5_1'>1</option>
<option value='reponse5_2'>2</option>
</select></p>

<p>question 7:<br>
<input type='radio' value='reponse7_1' name='champ7'>
valeur 1
<input type='radio' name='champ7' value='reponse7_2'>
valeur 2</p>

<p>question8:<br>
<table border='0' width='100%' cellspacing='1' cellpadding='4'>
<tr>
<td width='7%'><input type='hidden' name='champ8[]' value='aucune'>
<input type='checkbox' name='champ8[]' value='item_1'></td>
<td width='93%'>item 1</td>
</tr>
<tr>
<td width='7%'><input type='checkbox' name='champ8[]' value='item_2'></td>
<td width='93%'>item 2</td>
</tr>
<tr>
<td width='7%'><input type='checkbox' name='champ8[]' value='item_3'></td>
<td width='93%'>item 3</td>
</tr>
</table>
</td>
</tr>
</table></p>
<p> </p>
<p>
<input type='submit' value='envoyer' name='envoyer'> <input type='reset' value='recommencer' name='recommencer'><br>
<br>
</p>
</form>
</body>
</html>
===============================================

<html>
<?php
$jour=htmlentities($_POST['jour']);
$texte.=htmlentities("$jour");
$adresse="info@niceasiatravel.com";
$from="From: $prenom $nom<$email>\r\n";
$from.="Reply-To: $prenom $nom <$email>\n";
$from.="X-priority:3\n";
$from.="MIME-Version: 1.0\r\n";
$from.="Content-Type: text/html";
mail($adresse,$sujet,$texte,$from)
?> Configuration: Windows XP
Internet Explorer 7.0


olive_sibile
janv. 08
Suivant
REPONSES
olive_sibile
janv. 08
le père
janv. 08
Carotte77
janv. 08
olive_sibile
janv. 08
le père
janv. 08
le père
janv. 08
olive_sibile
janv. 08
le père
janv. 08
olive_sibile
janv. 08
le père
janv. 08
Version Web
Réalisé par RedShift
no save