Contact The Rat Hole

' .$sitename. '
' : ''; $xsiteaddr = ($siteaddress != '') ? $siteaddress. '
' : ''; $xsitestate = ($sitestate != '') ? $sitestate. '
' : ''; $xsitephone = ($sitephone != '') ? '
Phone: ' .$sitephone. '
' : ''; //$xsitefax = ($sitefax != '') ? 'Fax: ' .$sitefax. '
' : ''; // $xsiteemail = ($siteemail != '') ? '
E-mail:
' .secure_email ( ). '
' : ''; $xsitecont1 = ($sitecontact1 != '') ? '
'.$sitecontact1. '
' : ''; $xsitephon1 = ($sitephone1 != '') ? 'Phone: ' .$sitephone1. '
' : ''; $xsitecont2 = ($sitecontact2 != '') ? '
'.$sitecontact2. '
' : ''; //$xsitephon2 = ($sitephone2 != '') ? 'Phone: ' .$sitephone2. '
' : ''; echo $xsitename. ' ' .$xsiteaddr. ' ' .$xsitestate. ' ' .$xsitephone. ' ' .$xsitefax. ' ' .$xsiteemail. ' ' .$xsitecont1. ' ' .$xsitephon1. ' ' .$xsitecont2. ' ' .$xsitephon2; ?>

 

Thank you for contacting us via our online form.
Your information has been sent and will be reviewed promptly.
If necessary, you will be contacted by a representative as soon as possible.

'; // if(!empty($e_emai)) // { // $emailfrom = $e_emai; // } else { // $emailfrom = $dnremail; // } $emailfrom = $dnremail; $msg .= "Name: \t ".$e_name."\n"; $msg .= "Address: \t ".$e_addr."\n"; $msg .= "City: \t ".$e_city."\n"; $msg .= "State: \t ".$e_stat."\n"; $msg .= "Zip: \t\t ".$e_zip."\n"; $msg .= "Phone: \t ".$e_phon."\n"; $msg .= "Email: \t ".$e_emai."\n"; $msg .= "Message: \t ".$e_mesg."\n\n"; $to = ($live == '1') ? $siteemail : 'support@eaglewebdesigns.com'; //$to = "support@eaglewebdesigns.com"; // for testing purposes only $subject = 'Contact form from '.$sitename.' website'; $headers = "From: ".$emailfrom."\n\n"; mail($to, $subject, $msg, $headers); } else { echo '
Please fill out the following information and we will contact you if necessary.
'; if ($error) echo '
The Following Errors Occurred:
    '.$errormsg.'
'; echo '
Contact Form
Your name, phone number, and a message are required.
'; } ?>