" ."Mobile No.: ".$mobile ."
"."Email: ".$email."
"."Pickup Location: ".$pickup."
"."Pickup Date: ".$date."
"."Message: ".$msg ;
$headers = 'From: enquiry@avadhtravels.in.net\r\n';
$headers .= 'MIME-Version: Avadh Travels' . "\r\n";
$headers .= 'Content-type: text/html; charset=UTF-8' . "\r\n";
$headers .= 'Cc: '.$cc;
//if($sql) {
if(mail($to,$subject,$txt,$headers)) {
echo "";
}
//}
else {
echo "";
}
}
?>
alert('Mail has been Sent We will contact you soon');
window.location='index.php';
";
}
//}
else {
echo "";
}
}*/
?>