if ($imie!="" or $telefon!="" or $email!="" or $tresc!="" ) { if ($email!="" and $tresc!="" ) { $formularz="\nImie:$imie,\nemail:$email,\ntelefon:$telefon,\ntresc:$tresc"; $temat="$imie przesyla zapytanie ze strony TRANSLATION SERVICE"; $Mime = "MIME-Version: 1.0\n"; $ContentType = "Content-type: text/plain; charset=iso-8859-2\n"; $to = "translationservice@translationservice.pl"; $headings = "Reply-to: $email \n"; $headings .= "From: $email \n"; $headings .= "Cc: $Cc \n"; $headings .= $Mime; $headings .= $ContentType; mail($to, $temat, $formularz, $headings); $komunikat="Thank You. Your message was send"; } else { $komunikat="Fill in the fileds with star, please."; } } else { $komunikat=" "; } ?>