We currently have no long-let apartments in Benidorm. Please contact us if you wish to advertise on this page, we get top Google rankings and daily enquiries.
",$_POST[COMMENT]);
$to="$YOUREMAIL";
$headers.= "MIME-Version: 1.0\r\n";
$headers.= "Content-type: text/html; ";
$headers.= "charset=iso-8859-1\r\n";
$headers.= "From: $_POST[EMAIL]";
$subject = "$_POST[SUBJECT]";
$body = "
From : $_POST[NAME]
Tel : $_POST[telephone]
$comment
";
mail($to,$subject,$body,$headers);
?>