kontakt
|
include('nowosc.t');
?>
|
if( isset( $_POST['go'] ) && !empty( $_POST['go'] ) ){
if( isset( $_POST['name'] ) && !empty( $_POST['name'] ) && isset( $_POST['mail'] ) && !empty( $_POST['mail'] ) && isset( $_POST['msg'] ) && !empty( $_POST['msg'] ) ){
$message = $_POST['msg'];
$message = wordwrap($message, 70);
$header = "From: ".$_POST['mail'].PHP_EOL."Content-type: text/plain; charset=utf-8";
if( strstr( $message, 'Dziękujemy. Wiadomość została wysłana.
");
}
}
else{
echo("Proszę wypełnić wszystkie pola
");
}
}
?>
FORMULARZ KONTAKTOWY
|
|