Demonic Posted March 30, 2007 Share Posted March 30, 2007 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 More sharing options...
DeathStar Posted March 30, 2007 Share Posted March 30, 2007 the other server(website) has got it cmod'd to 777 right? and we will need to see some more code though.. Link to comment https://forums.phpfreaks.com/topic/44988-file-get-content/#findComment-218399 Share on other sites More sharing options...
Demonic Posted March 30, 2007 Author Share Posted March 30, 2007 Thats all the code you need to see. Its only 4 lines and other 2 are PHP tags.. My file on my server isn't chmodded to 0777 and it works. Link to comment https://forums.phpfreaks.com/topic/44988-file-get-content/#findComment-218400 Share on other sites More sharing options...
DeathStar Posted March 30, 2007 Share Posted March 30, 2007 hmm.. ask sumone else then(grumpy) Link to comment https://forums.phpfreaks.com/topic/44988-file-get-content/#findComment-218402 Share on other sites More sharing options...
Demonic Posted March 30, 2007 Author Share Posted March 30, 2007 What are you talking about Grumpy? Ask someone else? Thats the whole point of this topic in the first place. Link to comment https://forums.phpfreaks.com/topic/44988-file-get-content/#findComment-218404 Share on other sites More sharing options...
Demonic Posted March 31, 2007 Author Share Posted March 31, 2007 Bump thanks in advanced for the help. Link to comment https://forums.phpfreaks.com/topic/44988-file-get-content/#findComment-218656 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.