 |
if ($send) {
// if ( ( (($ulice!="") && ($mesto!="")) || ($telefon!="") || ($fax!="") || ($email!="")) && ($jmeno!="") && ($text!="") )
if ($osoba!="" && $telefon!="" && $email!="")
{
$textmailu=$poznamka."\n\n";
$textmailu.="FIRMA: ".$jmeno."\n";
$textmailu.="kontaktni osoba: ".$osoba."\n";
if ($ulice!="") $textmailu.="ULICE: ".$ulice."\n";
if ($mesto!="") $textmailu.="MĚSTO: ".$mesto."\n";
if ($telefon!="") $textmailu.="TELEFON: ".$telefon."\n";
if ($fax!="") $textmailu.="FAX: ".$fax."\n";
if ($email!="") $textmailu.="E-MAIL: ".$email."\n";
$textmailu.="\n";
if ($email!="") $fromail=$email; else $fromail="anonym@petris.cz";
$odeslano=mail("info@petris.cz", "Ohlas ze stranek www.petris.cz", "$textmailu", "From: $fromail");
$jmeno=""; $ulice=""; $mesto=""; $email=""; $telefon=""; $fax=""; $text="";
$status="Votre exigence a été envoyée. Attendez la réponse, s'il vous plaît.";
}
else {$status="Votre exigence n'a pas été envoyée. Assurez-vous d'avoir passé correctement les données de contact."; }
}
?>
N'hésitez pas de nous joindre pour tout
renseignement par tout moyen de communication
if ($status) echo $status;
if(!$odeslano) {
?>
} // konec if odeslano
?> |
|
|