Apex Enterprises
[ADDRESS]

Apex Enterprises
29A, Sir Hariram Goenka Street. 1st Floor. Kolkata - 700 007. West Bengal. India

+91-33-22743403

+91 - 9830170139, 9339070139

+91-33-22746016

apex_enter@yahoo.co.in
Your Enquiry has been submitted successfully';
}
if(@$_REQUEST['er']==1)
{
foreach ( $_SESSION['emsg'] as $v )
{
echo '
'.$v.'';
}
}
?>
\n";
$headers .= "Reply-To: $eMail \r\n";
$headers .= "X-Mailer: PHP/". phpversion();
$headers .= "X-Priority: 3 \n";
$headers .= "MIME-version: 1.0\n";
$headers .= "Content-Type: text/html; charset=UTF-8\n";
$msg="First Name : $first_name
Last Name : $last_name
Eamil : $email
Mobile : $mobile
Phone : $phone
Comment : $comment
";
$subject1= "Enquiry Received From amttechno.com";
mail($to,$subject1,$msg,$headers);
header("Location: contact-us.htm?ms=1");
exit();
}else
{
$_SESSION['emsg'] = $er_array;
@$_SESSION['pst_val'] = $_POST;
header("Location: contact-us.htm?er=1");
exit();
}
}
?>