The only thing I made changes to was what you told me to change. When I tested it said that the name you entered does not appear to be valid. The regular error message. So, I tried using lowercase letters instead of capital letters for the first and last name (George Meehan). It worked. When I...
Thanks again for your help I am learning a lot more from debugging this form than I would be sitting in a classroom listening to a professor read a powerpoint presentation. So, far the validations are kicking in stating that my name is wrong. For some reason, it isn't accepting capital letters...
Wow, thank you so much. I have been playing around with it and I got it to print but like you said I still get the error code when I go to use x-Mailer section. At least now I know where the issue is. I really appreciate all the help you are giving me here. I'll have to do some more research on...
Sorry bdistler, I should have done a bit more explaining, you see this site is for CareerLink of Lancaster County it is my service project for my Capstone class for Harrisburg Area Community College. The site needs to be finished by Friday and I spent most of the last three days working on...
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'])){...