I’m a PHP newbie so treat me nice but this one is driving me nuts :o
I have the exact same login.php file running on two different servers and they have slightly different versions of PHP installed as follows:
- PHP Version 5.0.4 - version http://www.trafficpaymaster.com/tpm/phpversion.php
- PHP Version 5.2.15 - version http://www.dentistsinflorida.org/tpm/phpversion.php
The login works fine on the first server from here:
http://www.trafficpaymaster.com/tpm/login.php
Email: [email protected]
Pwd: test
But try it on the second server here:
http://www.dentistsinflorida.org/tpm/login.php
Correctly using the same email and password and it just loops round. Not the same as entering the wrong details in which case it throws up the correct message. It just loops.
Question: Why?
What have I got wrong for that later version of PHP?
Many thanks guys.