I am using simplexml_load_file() in a function an it works with every rss successful But i have a problem with Rss of this site for example:
http://www.bignewsnetwork.com/index.php/nav/rss/4a6d634cbccbbfe2
I cannot get this page source using file_get_contents() too;
There are my Errors:
Warning: simplexml_load_file(http://www.bignewsnetwork.com/index.php/nav/rss/4a6d634cbccbbfe2) [function.simplexml-load-file]: failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in C:\wamp\www\php\44\xml.php on line 5
Warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://www.bignewsnetwork.com/index.php/nav/rss/4a6d634cbccbbfe2" in C:\wamp\www\php\44\xml.php on line 5
bool(false)
How can i use this RSS? please help me.
HTTP/1.1 403 ForbiddenYou dont have permission to access that resource.