Dear visitor, welcome to MastersForum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 1 times, last edit by "OLV_Ariovist" (Jan 11th 2004, 10:17pm)
Quoted
<?php
$empfaenger = "ariovist@olv-clan.de";
$titel = "Wohnmobil-Reservierung";
$header = "From: Website <Mobile Freizeit>";
$anzeige = "danke.html";
if(!isset($wahl)) { $wahl = die("Fehler bei Checkbox"); }
$msg = "Eine Reservierung wurde über die Webseite angefragt:\n";
$msg .= "\n";
$msg .= "Name: ..................... ".$vorname." ".$name."\n";
$msg .= "Strasse: .................. ".$strasse."\n";
$msg .= "PLZ Ort: ................. ".$plz." ".$ort."\n";
$msg .= "Telefon: ................. ".$telefon."\n";
$msg .= "E-Mail: ................... ".$email."\n";
$msg.= "Reisezeit: ................... ".$reisezeit. "\n";
$msg .= "Nachricht: ............. ".$nachricht."\n";
$msg .= "wie gefunden:...........".$woher."\n";
$msg .= "Interesse an:............".$wahl." \n";
mail($empfaenger,$titel,$msg,$header);
header("Location:http://www.wohnmobilvermietung-moesko.de/danke.html");
?>
This post has been edited 1 times, last edit by "OLV_Ariovist" (Jan 11th 2004, 11:20pm)
This post has been edited 1 times, last edit by "DRVC_Kessel" (Jan 13th 2004, 4:30pm)