Interesting PHP question:

Interesting PHP question:

Hello I’m working on the web site

www.patdohany.com

that is hosted by network solutions, and something very strange is going on with my PHP that I have placed on their sever. In the site if you go to the “getting involved” page and then fill out the form (plz give it a try all you need is anything written in the name field and a bogus e-mail in the email field) when you click submit nothing happens.

Now normally I would double check my code and think the problem was user side but I have been testing the sever under a different hosting service (dreamhost) and the server side PHP is working absolutely fine. The site hosted with dreamhost is under the URL:

www.Johncliffordtaylor.com/pat

plz try the same “getting involved” process on that page and you will see that the validation statement come up and I will receive an email on my end.

I’ve have triple checked my action script and PHP and I can’t think of what might be causing this. If you would like to look over my PHP code the links to it are:

www.patdohany.com/email.php

and

www.patdohany.com/formhtml.php

Thx for the help

John

If you access your email php directly with querystrings, does it send the email?