Hello everybody!
I just started developing in PHP and have used this site as a resource many times. Thank you guys for your support and I hope I can contribute as well.
I am currently developing a login page for a client using PHP5. I made a very newbie mistake and did not test my script with IE, only Firefox. I finished writing the code with everything working fine on Firefox and now the login page doesn't work in IE. I have spent all day yesterday trying to figure it out (ie. session problem, cache problem, redirection error, etc...) but with no results. If you guys could help me out -- it would be so awesome.
The url for the live test is :
http://www.eamoo.com/test
I have a simple authentication process where the input is checked and upon successful login, the user is redirected to his designated page where only his files will be displayed.
The login/pass is : needhelp / thanks
Everything (sessions, redirection) works fine in Firefox.
The code for my index.php login page is at:
http://www.eamoo.com/test/loginauth.txt
I'm guessing it's a cache-related problem but I may not be sure. If you guys could also note any "bad" coding techniques I am using, I would greatly honor any comments.
Thank you so much guys -- use the login/user for a test on Firefox. My email is (removed by MOD - don't want loads o' spam, do ya?) Thank you once again!