Hello,
I have a very odd problem. Here is a little background first. I just changed webservers from a lunarpages to asmallorange. I copied my website over, but am noticed an odd loading issue:
Basically, if I click on a link to one particular page (interest.php), it does not load completely, and only when I hit refresh does it completely laod. Try this:
http://azentia.com/biophysics/home.php
and click on "Research"
On about half of the 10 computers I've tried it on, the page only loads halfway, and requires a refresh to completely load. On pages that don't load completely, going to "view source" in IE doesnt even open notepad. This problem does not seem to occur in firefox.
Just for reference, this is the old webserver, it works perfectly.
http://primehunt.com/biophysics/home.php
I originally thought it was a permissions issue, so I chmod'd the file to be loaded to 777. This didn't help. Then I thought that it may be a php execution time limit, so I added:
ini_set('max_execution_time',3000);
This didn't help either. I've also tried using includes instead of requires, but with no luck. This one has got me stumped!
Thanks in advance for your help,
Shawn