I am working on a contact page that contains a contact form that goes to a .php page. For some reason, I am getting that my main host cannot handle this request.
The page is http://georgem.x10host.com/capstone/contact.html
The code for the PHP page is:
<?php
if(isset($_POST['email'])){...