|
$val)
{
if(!empty($reqbody)) $reqbody.="&";
$reqbody.=$key."=".urlencode($val);
}
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_VERBOSE, 1);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION,1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $reqbody);
$rr=curl_exec($ch);
echo $rr;
curl_close($ch);
}
else
{
*/
if (isset($_POST['realname']) && strlen($_POST['realname']) > 0 && ($_SESSION['tmptxt'] == $_POST['captcha']) ){
if (isset($_POST['recipient']) && strlen($_POST['recipient']) > 0 && ($_SESSION['tmptxt'] == $_POST['captcha']) ) {
// $header = "From: ".$_POST['EmailAddress']."\n";
// $header .= "Return-Path: ".$_POST['EmailAddress']."\n";
$header = "From: info@randrremodeling.com \r\n";
$header .= "Return-Path: info@randrremodeling.com \r\n";
$header .= "X-Priority: 1\r\n"; // Urgent message! uncomment if needed
$header .="Content-Type: text/html;charset=iso-8859-1\r\n ";
$header .= 'Cc: jspokes@truepresence.com' . "\r\n";
$header .= 'Bcc: landingpages@truepresence.com,lpirir@truepresence.com' . "\r\n";
$header .= 'Bcc: gmiernicki@truepresence.com' . "\r\n";
ob_start();
include ("tplrandrfc.php");
$message = ob_get_contents();
ob_end_clean();
mail('Ray8478@aol.com', "Free Estimate Form - www.randrremodeling.com ", $message, $header); // ray8478@aol.com
echo $menssage = " Thank You, Your information was sent successfully. ";
}
} else {
?>
For 35 years, we have been the premiere provider of custom roofing for the Baltimore Region. R & R Philosophy
- All calls returned within 24 hours
- Family owned and operated
- Lowest Price Guaranteed with comparable material
- No subcontractors
- Best Warranty in the Industry - All labor guaranteed for life of material
- Highest rating with all consumer protection agencies
- Free estimates
Click here for your $500 off coupon!
|
|