Name=$name
Addess=$address
Phone=$phone
Email=$mai
Projects Interested in=$projectIntr
Any other Comments=$comments
From Site Visiter";
/* To send HTML mail, you can set the Content-type header. */
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
/* additional headers */
$headers .= "From: Site Visiter <@mai>\r\n";
$headers .= "Cc: bdsupport@hotmail.com\r\n";
/* and now mail it */
mail($to, $subject, $message, $headers);
echo '';
echo 'Your Enquiry Form Sent By Email. Thank You for Filling the Form.';
}
else
{
?>
|
|
|
|
|