Interesting PHP question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
johnyct97600
Forum Newbie
Posts: 1
Joined: Tue Jul 15, 2008 2:27 pm

Interesting PHP question

Post by johnyct97600 »

Interesting PHP question:

Hello I'm working on the web site

http://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:

http://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:

http://www.patdohany.com/email.php

and

http://www.patdohany.com/formhtml.php

Thx for the help

John
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Interesting PHP question

Post by califdon »

Are both hosts running the same version of PHP? I don't have time to analyze your scripts in that detail, but you might be using language features that are not supported in an earlier PHP version.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Interesting PHP question

Post by RobertGonzalez »

On the site that is not working it is timing out. Perhaps something with the mail() function is causing issue. The client seems to be doing what it is supposed to. Something is choking the processing on the back end.

Have you tried not using a flash movie as the interface to see if the form posts the same way?
Post Reply