|
 |
HERE;
} else {
$to = 'pat@mwptranscripts.com';
$subject = "website inquiry";
$headers = "From: website inquiry \r\n\r\n";
$message = <<< HERE
Name: $_POST[name]
Company: $_POST[company]
Address: $_POST[address]
Phone: $_POST[phone]
Email: $_POST[email]
Comments: $_POST[comments]
HERE;
if (!empty($_POST['validator']) && $_POST['validator'] == $_SESSION['rand_code']) {
unset($_SESSION['rand_code']);}
mail($to,$subject,$message,$headers);
print <<< HERE
Thank you. We will reply shortly
HERE;
}
?>
Moorestown Word Processing, Inc.
214 Flynn Avenue, Suite 206
Moorestown, NJ 08057
Phone: 856-234-4226
Fax: 856-234-1645
Email: pat@mwptranscripts.com
ftp.mwptranscripts.com
|
 |
|
|