|
|
Share This Website With A Friend
|
|
|
If you have a friend or loved one that could benefit from the information on my website, just enter your name in the first field below and their e-mail address in the second field.
Privacy Statement: I hate spam as much as you do. Your name, friend’s name, e-mail address or any other information will never be sold or divulged in any way to another company, person or entity. Your privacy is paramount to me!
|
|
if (@$_POST['Send']=="Send")
{
$name=$_POST['name'];
$email=$_POST['email'];
$subject = $name. " recommends this site !";
$message= "Hello, \n\nYour friend " .$name. " thought you might be interested in visiting the following website: \n\n http://www.acupunctureallentown.com \n\n\n\n\n\n\n\nNote: This message was not sent unsolicited. It was sent through a form located at http://www.acupunctureallentown.com. If you believe this message was received on error, please disregard it.";
$headers = 'From: warren@acupunctureallentown.com' . "\r\n" . 'Reply-To: warren@acupunctureallentown.com' . "\r\n" . 'X-Mailer: PHP/' . phpversion();
mail($email, $subject, $message, $headers);
echo "Your email was sent to: $email";
}
?>
|
|
|