check ($_POST['captcha_code']); if ($valid == false) { $captcha_error = true; } if ($captcha_error == false) { if (isset ($_POST['btnSubmit'])) { $_SESSION['emailed'] = "1"; $subject = 'Contact Us Form Submission'; $body = 'A form has been submitted via your Contact Us Page:'; foreach ($_POST as $key => $val) { if ( substr ($key, strlen ($key)-5,5)>8999) { $key = substr ($key,0, strlen ($key)-5); } if (! ($key == "captcha_code" || $key == "btnSubmit")) { $body = $body . "
$key:$val"; } } $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= 'To: patricia@ashleyministries.org' . "\r\n"; $headers .= 'From: New Form Submitted ' . "\r\n"; mail ($to,$subject,$body,$headers); header ("Location: "); } } ?>

Browse through my list of products related to glorifying God. My book, Audio Tapes, and more.

Ashley Ministries
27380 Ocean Dune Street,
Moreno Valley, CA. 92555

+1 951 334 4898Telephone:
E-mail: patricia@ashleyministries.org

Web site questions:
+1 214 613 7782Telephone:
Email: webmaster@ashleyministries.org


Address:
Ashley Ministries
27380 Ocean Dune Street,
Moreno Valley, CA. 92555

Phone:+1 951 334 4898
* First Name:
* Last Name:
* Email Address:
* Zip:
Select Form:
Type the characters you see in the picture
CAPTCHA Image
The code you entered was incorrect'; }?>