Name: $name
Email: $email
Comments: $comments
URL: $url
Premium: $premium
EOD; $headers = "From: $email\r\n"; $headers .= "Content-type: text/html\r\n"; $success = mail($webMaster, $emailSubject, $body, $headers); /* Results rendered as HTML */ $theResults = << sent message
Put your message in here letting the sender know the message has been successfully sent
EOD; echo "$theResults"; ?>