Contact

We hope you find our website useful in assisting your plan making, and look forward to hearing from you soon.

 

Real Estates Costa Blanca   Telefon: 0034 - 96 574 41 74
03724 Moraira/ Spanien   Mobil: 0034 - 626 651 329
    E-Mail: info@hauskauf-costablanca.com

You can send us a message. Use the form below or directly send us a mail to: info@hauskauf-costablanca.com.
Shall we contact you by phone, please insert your telephone-number.

Please fill in all the requiered fields.'; } else if (!empty($_POST["senden"]) && !isEmail($_POST["eMail"])) { $formularAnzeigen = true; echo 'Your E-Mail-Adresse isn“t correct.'; } else if (empty($_POST["senden"])) { $formularAnzeigen = true; } if ($formularAnzeigen) {?>

  Salutation:
  First name:
*
Last name:
*
E-Mail:
  Concept:
*
Your Message:
  Copie of message: >
*

Code:

The fields marked with an '*' are neccessary
"; } else { echo "E-Mail-Traffic is not available at the moment
"; } if ($_POST['kopie']) { if (@mail($_POST['eMail'], "Here the copy of your message", $eMail)) { echo "You have received a copy of your message.
"; } } } function isEmail($email) { $nonascii = "\x80-\xff"; $nqtext = "[^\\$nonascii\015\012\"]"; $qchar = "\\[^$nonascii]"; $protocol = "(?:mailto:)"; $normuser = "[a-zA-Z0-9][a-zA-Z0-9_.-]*"; $quotedstring = "\"(?:$nqtext|$qchar)+\""; $user_part = "(?:$normuser|$quotedstring)"; $dom_mainpart = "[a-zA-Z0-9][a-zA-Z0-9._-]*\."; $dom_subpart = "(?:[a-zA-Z0-9][a-zA-Z0-9._-]*\.)*"; $dom_tldpart = "[a-zA-Z]{2,5}"; $domain_part = "$dom_subpart$dom_mainpart$dom_tldpart"; $regex = "$protocol?$user_part\@$domain_part"; if (preg_match("/^$regex$/",$email)) { return true; } return false; }?>