 |
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";
$textmailu.="ICO: ".$ico.", DIC: ".$dic."\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="Váš požadavek byl odeslán. Očekávejte odpověď.";
}
else {$status="Váš požadavek nebyl odeslán. Ujistěte se, že jste správně zadali kontaktní údaje."; }
}
?>
Napište nám...
if ($status) echo $status;
if(!$odeslano) {
?>
} // konec if odeslano
?>
|
|
|