| ADDRESS |
Van Rijslaan 57 2625 KW
Delft / Nederlands |
| TELEPHONE |
+31(0)15.285.57.66 |
| FAX |
+31(0)15.
285.33.51 |
| E-MAIL |
info@tandreizen.com |
Please Fill in this form and Send us for the Appointment.
Naam!Back\n";
}
elseif (empty($gon_email)) {
echo "
Email Adres!Back\n";
}
elseif (empty($message)) {
echo "
Bericht!Back\n";
}
else {
$to = "info@tandreizen.com"; // buraya email adresinizi yazın
$subject = "info@tandreizen.com";
$message = "Merhaba,
$isim ($gon_email) isimli bir kullanıcı iletişim formu ile aşağıdaki mesajı gönderdi;
$message
";
mail($to, $subject, $message, "From: $isim <$gon_email>");
echo "Bedankt voor uw reactie!.";
}
}
// Mesaj formu
else {
echo "
";
}
?>