contact hollands style council
Thank you for visiting Hollands Style Council. If you would like to book an appointment please find our contact details below.
We would love to hear any feedback about our website or the service we provide, please feel free to leave a message below.
$(document).ready(function() {
$.ambiance({message: "' . $regData['message'] . '", title: "' . $regData['title'] . '", type: "' . $regData['type'] . '", timeout: 20, fade: true});
});
';
} else {
if ($securimage->check($_POST['captcha_code']) == false) {
$regData['message'] = "Form Validation Failed.";
$regData['title'] = "Validation Error!.";
$regData['type'] = "error";
echo '';
} else {
$_REQUEST['content'] = nl2br($_REQUEST['content']);
// To send HTML mail, the Content-type header must be set
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
// Additional headers
$headers .= 'To: Admin