If I put in my php file:
echo file_get_contents("http://www.example.com/myPage.php");
If I run this script on example.com, the page eventually times out. If I run the same script on a different server, it loads correctly immediately. I checked and allow_url_fopen is 'On' in phpinfo(). Any ideas what this could be? Thanks in advance.