bonjour a tous je me suis inspirer d un exemple sur le net pour créer un formulaire en php
mais je ne trouve pas la solution pour changer le champ pays par un menu déroulant
qui peux m aider svp merci
mais je ne trouve pas la solution pour changer le champ pays par un menu déroulant
qui peux m aider svp merci
<?php
ini_set('display_errors', 1);
error_reporting(-1);
?>
<?php
date_default_timezone_set('Europe/Paris');
/*ton script doit etre sur un hebergeur qui supporte le php 5 de préférence*/
/*remplace mailbidon@free.fr entre les doubles guillemets*/
$tonemail="talonaiguil.com"; /**/
/*à toi de définir ta page de retour aprés envoi du mail*/
$site="http://talonainalblog.com/";
/*pas toucher*/
$headers = "From: <$tonemail>\n";
$headers .= "Reply-To: $tonemail\n";
$headers .= "MIME-version: 1.0\n";
$headers .= "Content-type: text/html; charset= iso-8859-1\n";
$message="";
$sujet = "question depuis mon site http://???"; /*si tu veux mettre quelque chose*/
if(isset($_POST['sub']) && $_POST['sub']==="Envoyer") {
$mode_envoi = "La Poste"; //vaut la poste sauf ...
$message.='<br> Un client a poser une question. Voici le recapitulatif du bon de commande : <br><br>
prenom : '.$_POST["prenom"].' <br>
email : '.$_POST["email"].' <br>
code postal : '.$_POST["code_postal"].' <br>
ville : '.$_POST["ville"].' <br>
pays : '.$_POST["pays"].' <br>
commentaires: '.$_POST["commentaires"].' <br>
<b>----------------------------------</b><br>';
$message.="<hr>Le ".date('d-m-Y H:i:s')." par ip du client : ".$_SERVER['REMOTE_ADDR']."<hr>";
if(mail($tonemail,$sujet,$message,$headers)){
echo '
<br><center><b><h2>Nous vous remercions pour votre question qui a bien été enregistrée .</h2></b> </center><br>
<br><center><b><h3>vous recevrez d ici peu , une reponse.</h3></b> </center><br>
<br><center><b><h2><a target="_blank" href="http://les-perles.comze.com/les-perles/exemplefracybox190613.html">cliquez ici pour revenir au bon de commande</a></h2></b> </center><br>
';
/******* Vérification
foreach( $send as $value )
echo $value . '<br />';
********/
//$site="http://talonaiguille.canalblog.com/"; /*à toi de définir ta page*/
// echo '<br><center><b><h2>Pour revenir au site <a href="'.$site.'" >ici</a></h2></b></center> ';
exit;
}else{
echo 'PROBLEME FONCTION MAIL PHP';exit;
}
}else{
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<head>
<!-- DEBUT DU SCRIPT -->
<STYLE TYPE="text/css">
<!--
#cache {
position:absolute; top:200px; z-index:20; visibility:hidden;
}
-->
</STYLE>
<DIV ID="cache"><TABLE WIDTH=400 BGCOLOR=#FFFFFF BORDER=0 CELLPADDING=2 CELLSPACING=0><TR><TD ALIGN=center VALIGN=middle><TABLE WIDTH=100% BGCOLOR=#FF9900 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD ALIGN=center VALIGN=middle><FONT FACE="Verdana" SIZE=4 COLOR=#FFFFFF><B><I><BR>dans quelques instants votre formulaire pour poser une question va s'afficher<BR><BR></I></B></FONT></TD> </TR></TABLE></TD> </TR></TABLE></DIV>
<SCRIPT LANGUAGE="JavaScript">
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { cach = document.cache }
else if (dom) { cach = document.getElementById("cache").style }
else if (iex) { cach = cache.style }
largeur = screen.width;
cach.left = Math.round((largeur/2)-200);
cach.visibility = "visible";
function cacheOff()
{
cach.visibility = "hidden";
}
window.onload = cacheOff
</SCRIPT>
<!-- FIN DU SCRIPT -->
<style type="text/css">
body {
background-color: #72ACDC;
}
</style>
<title>Formulaire</title>
<script type="text/javascript">
function Verifie(aBC)
{
}else if(aBC.prenom.value == ""){
alert('Vous n\'avez pas renseign\351 votre prenom.');
return false;
}else if(aBC.code_postal.value == ""){
alert('Vous n\'avez pas renseign\351 votre code postal.');
return false;
}else if(aBC.ville.value == ""){
alert('Vous n\'avez pas renseign\351 votre ville .');
return false;
}else if(aBC.pays.value == ""){
alert('Vous n\'avez pas renseign\351 votre pays.');
return false;
}else if(aBC.email.value == ""){
alert('Vous n\'avez pas renseign\351 votre email.'); return false;
}else{
var regMail = new RegExp('^[a-z0-9]+([_|\.|-]{1}[a-z0-9]+)*@[a-z0-9]+([_|\.|-]{1}[a-z0-9]+)*[\.]{1}[a-z]{2,6}$', 'i');
// var regCP = /^[0-9]{4}$/; //Vérif code postal benelux
if(regMail.test(aBC.email.value))
{
return true;
}else
{
alert('Vous devez renseign\351 une adresse e-mail corecte.');
return false;
}
/*if(regCP.test(aBC.email.value)) ///////////Verif Code Postal Benelux
{
return true;
}else
{
alert('Vous devez renseign\351 un Code postal correct !');
document.ex.cp.focus();
return false;
}*/
}
}
</script>
<META content="text/html; charset=windows-1252" http-equiv="Content-Type">
</head>
<BODY background="Bon de commande JAVASCRIPT (Copyright Crash Computing 2011)_fichiers/index.htm" bgcolor="#008000">
<CENTER>
<table width="800" height="150" cellspacing="1" border="1">
<tbody>
<tr width="800" >
<form id="F_COMMANDE" action="http://les-perles.comze.com/les-orm.php" onSubmit="return Verifie(this)" method="post">
<img alt="" src="http://p3.storage.canalblog.com/32/23/1093017/87294056_o.jpg"width="800">
</tr>
<tr>
<th width="800" height="23" bgcolor=#EBE0EF align="center" colspan="5"><font color="noir">Veuillez entrer vos coordonnees </font></th>
</tr>
<tr>
<td width="420" height="24" bgcolor=#ffffff colspan="2"><font color="noir">Prenom ou peusdo</font></td>
<td width="330" height="24" bgcolor=#ffffff colspan="3"><input size="34" name="prenom"><img align="absmiddle" id="prenom_ife_marker_1" src="chrome://informenter/skin/marker.png" class="ife_marker" style="border: 0pt none; width: 14px; height: 19px; cursor: pointer; display: inline;" title="La longueur du champ est inconnue"></td>
</tr>
<tr>
<td width="420" height="33" bgcolor=#ffffff colspan="2"><font color="noir">Adresse E-mail</font></td>
<td width="330" height="33" bgcolor=#ffffff colspan="3"><input value="@" size="33" name="email"><img align="absmiddle" id="email_ife_marker_2" src="chrome://informenter/skin/marker.png" class="ife_marker" style="border: 0pt none; width: 14px; height: 19px; cursor: pointer; display: inline;" title="La longueur du champ est inconnue"></td>
</tr>
<tr>
<td width="420" height="24" bgcolor=#ffffff colspan="2"><font color="noir">Code postal</font> </td>
<td width="330" height="24" bgcolor=#ffffff colspan="3"><input size="34" name="code_postal"><img align="absmiddle" id="code_postal_ife_marker_4" src="chrome://informenter/skin/marker.png" class="ife_marker" style="border: 0pt none; width: 14px; height: 19px; cursor: pointer; display: inline;" title="La longueur du champ est inconnue"></td>
</tr>
<tr>
<td width="420" height="24" bgcolor=#ffffff colspan="2"><font color="noir">Ville</font></td>
<td width="330" height="24" bgcolor=#ffffff colspan="3"><input size="34" name="ville"><img align="absmiddle" id="ville_ife_marker_6" src="chrome://informenter/skin/marker.png" class="ife_marker" style="border: 0pt none; width: 14px; height: 19px; cursor: pointer; display: inline;" title="La longueur du champ est inconnue"></td>
</tr>
<tr>
<td width="420" height="24" bgcolor=#ffffff colspan="2"><font color="noir">Pays</font></td>
<td width="330" height="24" bgcolor="#ffffff" colspan="3"><input size="34" name="pays"><img align="absmiddle" id="pays_ife_marker_7" src="chrome://informenter/skin/marker.png" class="ife_marker" style="border: 0pt none; width: 14px; height: 19px; cursor: pointer; display: inline;" title="La longueur du champ est inconnue"></td>
</tr>
<TR>
<TD colspan="5"bgcolor= #f7dfff><center><font color="noir">Une question </font></center></TD>
</tr>
<TR>
<TD colspan="5" bgcolor=#ffffff><center><TEXTAREA rows="5" cols="60"name="commentaires">Poster votre question ici</TEXTAREA></center>
</TD>
</TR>
</tbody>
</table>
<input type="submit" value="Envoyer" name="sub">
</form>
</CENTER>
</BODY>
</HTML>
<!-- Hosting24 Analytics Code -->
<script type="text/javascript" src="http://stats.hosting24.com/count.php"></script>
<!-- End Of Analytics Code -->