| |
";
$showform = 1;
if($_POST[submit]=="Send Message") {
//we're going to send the message
//make sure we have all the pieces
while(list($k,$v)=each($_POST))
$_POST[$k] = trim(stripslashes($v));
extract($_POST);
if($contactname!="" && $email!="" && $phone && $subject!="" && $message!="") {
//we have all the pieces
$rcpt = "kenneth@bluegrass.net";
$msg = "Contact Name: $contactname\nE-mail: $email\nPhone#: $phone \n";
$msg .= "Subject: $subject\n\n$message\n";
mail($rcpt,$subject,$msg,"From: $email");
$showform = 0;
echo "Thank You ";
echo "Your message has been sent and we'll respond as soon as possible.";
echo "
";
echo "
";
}//end if()
}//end if(POST)
if($showform==1) {
?>
Contact MeLife goes by faster than we can imagine, and you should take the opportunity to photograph your events, weddings, and especially your children. Use the form below to send an email directly to me. I'll contact you within 24-48 hours.
| Mailing Address: |
Kenneth Kloeppel
7524 E. Orchard Grass Blvd
Crestwood, KY 40014
(502) 797-1489 phone
kenneth@bluegrass.net
|
Contact Us Online
Simply complete the form below and your message will be emailed directly to us.
|
|