Hi
I have coded a contact form in HTML and created a PHP script to send the form to my email address. I uploaded both to the server and when i click on 'Send' it just takes me to the php script as if t is a link instead of running the actual script itself.
The coding is below:
This is the HTML code i used to create the form
http://www.complain2.co.uk/test/text/contactus.txt
This is the PHP script i used (minus the <?php and ?> tags)
http://www.complain2.co.uk/test/text/contactform.txt
The actual form on the servers is here
http://www.complain2.co.uk/test/contactus.html
Any help would be appreciated.