How to make my contact form send me Email
问题 Here's my updated code trying to get my form to send me the email. I added the server php requests around the form, though the code doesn't seem to be reading them. My code is being displayed as text on the site after pushing for the test. I remember once, I called the php in the head away from the form markup but can't remember that syntax. Here's the code I'm trying to use: <?php if ($_POST["email"]<>'') { $ToEmail = 'chaseoutt@gmail.com'; $EmailSubject = 'Site contact form '; $mailheader =