Jump to content

File get Content


Demonic

Recommended Posts

KK I try using this threw a another domain and I get the following errors:

 

Warning: file_get_contents() [function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/888/public_html/codebox/rssfeeder-test2.php on line 4

Warning: file_get_contents(http://www.pixel2life.com/feeds/latest_20_tuts.xml) [function.file-get-contents]: failed to open stream: Permission denied in /home/888/public_html/codebox/rssfeeder-test2.php on line 4

 

Whats the error?

$file = "http://www.pixel2life.com/feeds/latest_20_tuts.xml";
$rss = file_get_contents($file);

Link to comment
https://forums.phpfreaks.com/topic/44988-file-get-content/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.