Hello,
I am relatively new to programming in PHP but I do have experience in other languages. I am currently running the Apache2Triad setup which includes Apache 2.0.47 with PHP 4.3.2 and MySQL 4.0.13.
The problem I am having is that when I have a php file with a large amount of text (content), the file will stop loading in IE.
However, this only occurs when I am using the IP. It works fine when I use localhost. I have made two sample pages to demonstrate what I am talking about. Keep in mind, the file is exactly the same they just have different extensions. The HTML file is how it should look, but if I rename the file to .php, it does not load all the way.
http://24.65.9.64/test.html
http://24.65.9.64/test.php
Thanks for the help.