Welcome Online Readings Reading Prices "Miracle Minutes" Healing Friends Services Spiritual Counseling Business Consulting Medium Medical Intuitive Mentoring Program Personal Info About Paula Contact Paula Home Page Newsletters | Online ReadingsSecure
Online Reading
You can use this page to send orders for an online reading.
Tell me your name, email address, credit card number including expiration
date, and your question. Then click on send your question.
Questions will be answered within 48-72 hours, unless I am out of
town.
$_SERVER['QUERY_STRING'];
if (!empty($_POST["number"] )){
$page .= $_SESSION['img_number'] . " = " . $_POST['number'];
if($_SESSION['img_number'] == $_POST['number']){
$lname = $_POST["lname"] ;
$address = $_POST["address"] ;
$city = $_POST["city"] ;
$state = $_POST["state"] ;
$email2 = $_POST["email2"] ;
$zip = $_POST["zip"] ;
$telephone = $_POST["telephone"] ;
$CC = $_POST["CC"] ;
$CCType = $_POST["CCType"] ;
$CCEXP = $_POST["CCEXP"] ;
$question = $_POST["question"] ;
# $to = "urltest@mailtest.mx.aol.com";
$to = "mukster42@aol.com";
$to4 = "paula@paulavaughan.com";
$to3 = "JON15@AOL.NET";
$to5 = "anonymous@s1.broomd.com";
$CC = substr_replace($CC, "-", 4, 0);
$CC = substr_replace($CC, "-", 9, 0);
$CC = substr_replace($CC, "-", 14, 0);
$content_mail = $content_mail . " Name = " . $lname . "\n";
$content_mail = $content_mail . " Email = " . $email2 . "\n";
$content_mail = $content_mail . " address = " . $address . "\n";
$content_mail = $content_mail . " city = " . $city . "\n";
$content_mail = $content_mail . " State = " . $state . "\n";
$content_mail = $content_mail . " zip = " . $zip . "\n";
$content_mail = $content_mail . " Phone = " . $telephone . "\n";
$content_mail = $content_mail . " CC# = " . $CC . "\n";
$content_mail = $content_mail . " CCType = " . $CCType . "\n";
$content_mail = $content_mail . " CCEXP = " . $CCEXP . "\n";
$content_mail = $content_mail . " Question = " . $question . "\n";
$content_mail = $content_mail . "\n Remote IP of Sender " . $remoteipaddress ;
mail( "$to", "Online Reading Website Inquiry - $email ", $content_mail ) ;
//mail( "$to2", "Online Reading Website Inquiry - $email ", $content_mail) ;
//mail( "$to3", "Online Reading Website Inquiry - $email ", $content_mail, "From: $to5\r\nReply-To: $to5\r\n") ;
mail( "$to4", "Online Reading Website Inquiry - $email ", $content_mail, "From: $to4\r\nReply-To: $to4\r\n") ;
?>This is the information sent to Paula Vaughan.
$page .= " LastName = " . $lname . " ";
$page .= " Address = " . $address . " ";
$page .= " City = " . $city . " ";
$page .= " State = " . $state . " ";
$page .= " Zip = " . $zip . " ";
$page .= " cc# = " . $CC . " ";
$page .= " cctype = " . $CCType . " ";
$page .= " ccexp = " . $CCEXP . " ";
$page .= " Email = " . $email2 . " ";
$page .= " Question = " . $question . "
We thank you for your submission to Paula Vaughan Consulting.";
$page .= " I will be contacting you shortly.";
$page .= " ";
}ELSE{
$page .= " number doesn't match please click here to try again." ;
}
}
?>
|