HOTEL ADEF -
ORAN |
|
|
|
06 Boulevard de l'ALN
ORAN . 31000 |
|
|
contact@hotel-adef.com |
|
|
|
35° 42' 19.15" N, 0° 38' 31.82" W |
|
|
|
|
|
|
Accueil
> Réservation
|
RÉSERVATION |
|
$act=0;
if (isset($_GET['action']) AND $_GET['action']=="send")
{
$act=1;
$nom=$_POST['nom'];
$prenom=$_POST['prenom'];
$telephone=$_POST['telephone'];
$email=$_POST['email'];
$arrivee=$_POST['arrivee'];
$depart=$_POST['depart'];
$adultes=$_POST['adultes'];
$enfants=$_POST['enfants'];
$chambres=$_POST['chambres'];
$typec=$_POST['typec'];
$captcha=$_POST['captcha'];
$captcha = strtolower($captcha);//---- transformer en miniscule
$error=0;
if ($nom==""){$error=$error+1;}
if ($prenom==""){$error=$error+1;}
///////////////////////////////////////////////////////////////////////
//echo"nom=$nom / prenom = $prenom / telephone = $telephone";
if ($telephone==""){$error=$error+1;}
if ($email==""){$error=$error+1;}
if ($captcha!="algerie"){$error=$error+1;}
if ($error!=0){$msg="Veuillez verifier le(s) champ(s) obligatoire(s)";}
///////////////////envoie de la reservation
else{
$msg="Votre réservation a été enregistrée avec succès ! Merci ";
$subject = "Reservation hotel-adef.com";
$content="Nom = $nom
Prenom = $prenom
Telephone = $telephone
Email = $email
Date Arrivee = $arrivee
Date Depart = $depart
Nombre Adulte(s) = $adultes
Nombre Enfant(s) = $enfants
Nmbre de chambre(s)=$chambres
Type de chambre = $typec ";
$Txt = 0;
$to="reservation@hotel-adef.com";
//$to="yazidd@hotmail.com";
$headers = "MIME-Version: 1.0\r\n";
$headers .= "content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: reservation@hotel-adef.com \r\n";
//mail($to,$Subject,$content,$headers);
mail($to, $subject, $content,$headers);
}
///////////////////////////////////
?>
}
?>
|
|
|
|
|