Hey, I'm trying to get a simple HTML5/PHP contact form working for this website.
When i type the markup for the form in HTML it is viewed semi-fine except for an h3 tag being inconsistent with the other h3's on the page.
Now, when i simply add a
Code:
<?php session_start() ?>
to the HTML file and save the entire markup as PHP i run into several problems. I have included pictures if you can help. This is very frustrating.
Here is an image of the page as an HTML file.
HTML PAGE
If you would like to view this page live in order to download and view the HTML and CSS markup, here is the
URL
Here is an image of the page as a PHP file.
PHP Page
If you woule like to view the live PHP page to download and view the markup and CSS, here is the
URL
I know I may be asking much, but any help would GREATLY be appreciated on this. I have been working on this for hours and just can't get anywhere on how to fix this.