This the part of my script that send out the information
<? /*Type anything but all spam and pornographic content will be blocked*/ $emailSubject = 'Stefanscorner.com (Email)'; $webMaster = 'email address here'; /*Gathering Data Variables*/ $nameField = $_POST ['name']; $emailField = $_POST ['email']; $commentsField = $_POST ['comments']; $body = <<< EOD Name: $nameField Email: $emailField Comments: $commentsField EOD; $headers = "From: $email\r\n"; $headers .= "Content-type: text/html\r\n"; $success = mail($webMaster, $emailSubject, $body, $headers); /* Results rendered as HTML */ $theResults = <<< EOD ?>
Thanks in advance.



Sign In
Create Account









