I developed my clients website on my test domain and got it working perfectly (with a little help from the stackoverflow crew). But, as soon as I transfered it to my clients domain (which is on the same webspace as my test domain I might add) the form stopped working.
Here is my test domain with the site on it: http://nathanlangley.co.uk/main_site_6/index.html
And here it is on the clients URL: http://danjamesconstruction.com/
The Javascript that calls the process.php is within the HTML.
If you access
process.phpon the test server, it outputs the wanted data. However, if you do it on the other one – well, you get the files contents instead.You might want to look and verify that php is turned on for the
danjamesconstruction.com-domain (ie its directories).