include ("top.php") ; ?> |
|
include ("banner.php") ; ?> |
|
WIN A LUXURY CITY BREAK |
if($_POST['hdnvalue'] == 5)
{
$message="
 |
|
WIN A LUXURY CITY BREAK |
|
|
|
Name |
|
".$_POST['name']." |
|
|
|
Email-Id |
|
".$_POST['email']." |
|
|
|
|
|
|
Luxury Hotels Corporation |
|
";
$to = "rachna@neotericuk.co.uk";
$headers = "MIME-Version: 1.0;\n";
$headers .= "Cc: ".$_POST['email']." " . "\r\n";
$headers.= "Content-type: text/html; charset=iso-8859-1\n";
$headers.="From: Luxury Hotels Corporation \r\n";
$subject="WIN A LUXURY CITY BREAK";
$mail_flag = mail($to, $subject, $message, $headers,'-fcustomercare@lhorg.com');
$mail_flag = mail($_POST['email'], $subject, $message, $headers, '-fcustomercare@lhorg.com');
echo $msg = "Thank you for your submission.
";
} else {
?>
} ?> |
|
|
|
include ("bottom.php") ; ?> |
|