One client is seeing the following error from this code:
They said it was working and now is not working. Any php experts no what the error represents?
I can manually open the link so I know the link itself is valid.
Thanks
PHP:
<?php
include ('http://app.feeddigest.com/digest3/ODC9FIC36I.html');
?>
Error:
Warning: main(http://app.feeddigest.com/digest3/ODC9FIC36I.html) [function.main]: failed to open stream: No route to host in /hsphere/local/home/user/mydomain.com/wp-content/themes/anaconda/page.php on line 18
Warning: main(http://app.feeddigest.com/digest3/ODC9FIC36I.html) [function.main]: failed to open stream: No route to host in /hsphere/local/home/user/mydomain.com/wp-content/themes/anaconda/page.php on line 18
Warning: main() [function.include]: Failed opening 'http://app.feeddigest.com/digest3/ODC9FIC36I.html' for inclusion (include_path='.:/usr/local/lib/php') in /hsphere/local/home/user/mydomain.com/wp-content/themes/anaconda/page.php on line 18
They said it was working and now is not working. Any php experts no what the error represents?
I can manually open the link so I know the link itself is valid.
Thanks