Jump to content

Working With Rss Feeds


skaterdav85

Recommended Posts

So I'm using file_get_contents() in php to get the contents of an RSS feed and I'm parsing through it using simplexml. I got it working fine, but for some reason when I browse to the actual RSS feed in the browser, the latest item is from a few days ago on October 7th, but the latest dated item pulled from my php script is from August. Anyone have similar issues with RSS feeds not returning the latest? I'm not sure how to fix this or what is happening... Edit: Im trying to pull from a Wordpress generated RSS feed. I think it has something to do with the way they generate clean URL's. Im not sure how to tell it to give me the newest 5. The feed I am trying to read from is: http://www.thearmpit.net/eng/feed/

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...