AddPostVar ('g_name', '
  • Please Enter a Name
  • '); $name = $httpVars->GetVar ('g_name'); $httpVars->AddPostVar ('g_email', '
  • Please Enter an Email Address
  • '); $email = $httpVars->GetVar ('g_email'); $httpVars->AddPostVar ('g_friends', '
  • Please Enter at least one Friends Email Address
  • '); $friends = $httpVars->GetVar ('g_friends'); //////////////////////////////////////////////////////////////////////////////////// if ($httpVars->GetErrorStr () != '') { $errorStr = ""; } // Everything is good, send emails // else { // Include email class // include ("global/email.php"); // Include subject and message // include ("global/taf_text.php"); $fromName = $name; $fromEmail = $email; $toName = "Friend of $name"; $message = sprintf ($message, $fromName); $toEmail = ''; $friendsA = explode(',', $friends); for (; list ($i, $toEmail) = each ($friendsA);) { $email = new email (); $email->SendHTMLEmail ($toName, $toEmail, $fromName, $fromEmail, $subject, $message); } header("Location: http://rrconst.com/thank.html"); } } ?> Ralph Rocca Construction, Inc.


    Do you have friends and associates that would be interested ? You can tell them about this site by submitting their email addresses below.

    The following message will be sent to the recipients you list:

    Subject:
    High Desert Model Homes @ RRConst.com

    Content:
    I found a great website for Model Homes and I thought you would like to know about it. It's Ralph Rocca Construction, Inc., and features many design options. You can see the model homes yourself at RRConst.com.

    Ralph Rocca Construction, Inc. is committed to building a quality, personalized, custom home within the client.s budget and lifestyles. Any plan or feature may be substituted to fit your needs.

    Visit Ralph Rocca Construction, Inc., online by going to: RRConst.com.

    Kind Regards.


    From: (name/company)

    From: (email address)


    To: (friend's/associate's email addresses)
    separate email adresses with a comma...




    Ralph Rocca Construction, Inc. ©2003. All Rights Reserved