if($_REQUEST["theAction"] == "send"){ $First = $_REQUEST["First"] ; $Last = $_REQUEST["Last"] ; $fromEmail = $_REQUEST["Email"] ; $Msg = ereg_replace("'","´",$_REQUEST["Msg"]) ; $toEmail = "info@yadahome.com"; $fromEmail = $_REQUEST["Email"] ; $COMMENTS = " From: $First $Last\n Email: $fromEmail \n Comments: $Msg \n"; mail($toEmail, "New Contact Us Message from yadahome.com", $COMMENTS,"From: $fromEmail\nReply-To: $fromEmail"); $theLink = "http://yadahome.com/signUpProcess.php" ; $to =$_REQUEST["Email"]; $from = "info@Yadahome.com"; $fromName = $First . " " . $Last; $fromNamePoss = $First . "'s"; include "emailTerms.php"; $subject = "Contactus from Yadahome.com!"; //begin HTML message $message = "