Please select
Viagra
Cialis
Levitra
Xenical
Reductil
Acomplia
Propecia
Tamiflu
Zyban
Celebrex
Aciclovir
name=Select1>
Contact:
Telephone Contact:
telephone: +49 180 500 2863 - or 0871 7205 086
Monday - Friday, 10 - 18 clock
Live Chat:
Click on this image to join the live chat..
Mailform Contact (e-Mail):
Error: Your name has forbidden symbols"; $error = "1";}
$Email = $_POST[Email]; if($Email == "") {$message .= " Error: please enter your email."; $error = "1";}
if(eregi("\n|\r", $Email)) {$message .= "Error: wrong email adress."; $error = "1";}
$Telefon = $_POST[Telefon];
if(eregi("\n|\r", $Telefon)) {$message .= "Error: forbidden symbols in the telephone number ."; $error = "1";}
$Betreff = $_POST[Betreff]; if($Betreff == "") {$message .= " Error: please select a subject."; $error = "1";}
if(eregi("\n|\r", $Betreff)) {$message .= "Error: please enter a correct subject"; $error = "1";}
$Nachricht = $_POST[Nachricht]; if($Nachricht == "") {$message .= " Error: please enter a text"; $error = "1";}
if(eregi("Content-Type:", $Nachricht)) {$message .= "Error: your text included forbidden symbols "; $error = "1";}
if(eregi("BCC:", $Nachricht)) {$message .= "Error: your text included forbidden symbols "; $error = "1";}
if(eregi("CC:", $Nachricht)) {$message .= "Error: your text included forbidden symbols"; $error = "1";}
$se = $_POST[se];
$kopie = $_POST[kopie];
if($error == "1")
{
echo "$message ";
unset($ausgefllt);
}
if($error != "1")
{
if($se == "Frau") { $anrede = "Dear Mrs ";}
if($se == "Herr") { $anrede = "Dear Mr ";}
$Nachricht = stripslashes($Nachricht);
$Nachricht = wordwrap($Nachricht);
$Nachrichtw = "$Nachricht";
$Nachrichthtml = "$Nachricht";
$Nachricht = "$Nachricht"."\n\n\nNachricht von: $Name\nTelefonische Kontaktaufnahme: $Telefon\nE-Mail: $Email";
$header = "From: $Email\n";
$header .= "Reply-To: $Email\n";
$header .= "Content-Type: text/plain; charset=iso-8859-1";
mail("$recipemail","$Betreff","$Nachricht","$header");
if($kopie == "1")
{
$zusatz = "a copy is sending to you in this moment.";
mail("$Email","$Betreff","$Nachricht","$header");
}
echo "$anrede $Name ,
Tank You for Mail!
We will contact you , soon as possible.
You have send this text:
E-Mail: $Email
Telephone: $Telefon
Subject: $Betreff
Your Text:
$Nachrichthtml
$zusatz";
unset($ausgefllt);
}}
if($ausgefllt != "1")
{
?>