I have written php code for displaying rss feed using magpie parser..But i am getting the error
Error:
MagpieRSS: Failed to fetch http://rss.news.yahoo.com/rss/topstories (HTTP Error: connection failed ()

I dont have clue regarding this..when i use locally stored file on harddisc than it works fine...
I have attaced files which i am using.

I really dont have clue about it!! please help me out!!

Thanks in advance

mayank

    The error you're getting tells you that you can't access the remote rss feed from wherever you are running your script. Does the server which you are running your script have access to the internet? Is it configured to allow you access a remote file? Check with your sysadmin.

      Write a Reply...