|

R
130 per night for adults. R 180 per night
for adults including Breakfast.

' . "\r\n" .
'Reply-To: ' .$email. "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($to, $subject, $message, $headers);
echo "Thank you for your enquiry. We will contact you shortly.";
Form();
}
else {
echo "The text you entered does not match the security image. Please try again.";
Form();
}
}
else
Form();
?>
|