if ($HTTP_POST_VARS["go"] == 1 ) { ?>
$recipient = "info@loqmantranslations.com";
//$recipient = "info@loqmantranslations.com";
$Subject = "Contact Form";
$email=stripslashes($email);
$firstname=stripslashes($firstname);
$midname=stripslashes($midname);
$familyname=stripslashes($familyname);
$gender=stripslashes($gender);
$nationality=stripslashes($nationality);
$country=stripslashes($country);
$address=stripslashes($address);
$city=stripslashes($city);
$pobox=stripslashes($pobox);
$profession=stripslashes($profession);
$company=stripslashes($company);
$phone=stripslashes($phone);
$fax=stripslashes($fax);
$message=stripslashes($message);
@extract($_POST);
$mailbody = "
| Personal Information |
|
| First Name |
$firstname |
| Middle Name |
$midname |
| Last Name |
$familyname |
| Phone Number |
$phone |
| Fax Number |
$fax |
| Email |
$email |
| Gender |
$gender |
| Nationality |
$nationality |
| Country |
$country |
| Address |
$address |
| City |
$city |
| pobox |
$pobox |
| Profession |
$profession |
| company |
$company |
| Message |
$message |
";
$headers = "Mime-Version : 1.0" . "\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1" . "\r\n";
//$headers .= "cc : info@loqmantranslations.com";
$headers .= "cc : info@loqmantranslations.com";
mail($recipient, $Subject, $mailbody, $headers);
//mail('info@loqmantranslations.com',"contact info",$mailbody,"From: $email");
//header("location:contact.php");
?>
echo ("Thank you for submitting your form, we will contact you soon.");
} else { ?>
Phone Number: (510) 540-8590 (510) 540-8851
Fax: (510) 868-3331
Email: info@loqmantranslations.com
Please feel free to send us YOUR comments.
Fill out the Form with the required fields marked with * and then SUBMIT.
|