<?php@extract($_POST);$name = stripslashes($name);$email = stripslashes($email);$subject = stripslashes(Reflexology);$telephone = stripslashes($telephone);$text = $telephone;$text .= stripslashes($text);$text .= "\n\n IP Address: " . $_SERVER['REMOTE_ADDR']; if ($_SERVER['HTTP_X_FORWARDED_FOR']) { $text .= " or Proxy Reports: " . $_SERVER['HTTP_X_FORWARDED_FOR']; }$text .= "\n\nUser Agent: " . stripslashes($_SERVER['HTTP_USER_AGENT']);mail('x@gmail.com', $subject,$text,"From: $name <$email>");header("location:mailsent.htm"); ?>
$text = $telephone;$text .= stripslashes($text);
$text = stripslashes($telephone);
<?php@extract($_POST);$name = stripslashes($name);$email = stripslashes($email);$subject = stripslashes(Reflexology);$telephone = stripslashes($telephone);$text = $telephone;$text .= "\n\n IP Address: " . $_SERVER['REMOTE_ADDR']; if ($_SERVER['HTTP_X_FORWARDED_FOR']) { $text .= " or Proxy Reports: " . $_SERVER['HTTP_X_FORWARDED_FOR']; }$text .= "\n\nUser Agent: " . stripslashes($_SERVER['HTTP_USER_AGENT']);mail('x@gmail.com', $subject,$text,"From: $name <$email>");header("location:mailsent.htm"); ?>