msaz87 Posted March 28, 2010 Share Posted March 28, 2010 Hey all, I'm pretty inexperienced when it comes to dealing with RSS and XML, so I was wondering if anyone could help or point me in the direction of how to write up a simple script to pull X number of the most recent entries in an RSS feed. The feed in question is a youtube feed, exemplified here. All I really want to do is be able to dictate how many of the latest to pull and then save the URL in an array and from there I'll strip out the info I need... Any help or guidance is greatly appreciated... thanks! Link to comment https://forums.phpfreaks.com/topic/196752-parsing-an-rss-feed-into-php-variable/ Share on other sites More sharing options...
inversesoft123 Posted March 28, 2010 Share Posted March 28, 2010 use lastRSS or magpieRSS http://www.the-art-of-web.com/php/youtube/ http://www.phpclasses.org/browse/package/4650.html Link to comment https://forums.phpfreaks.com/topic/196752-parsing-an-rss-feed-into-php-variable/#findComment-1032911 Share on other sites More sharing options...
msaz87 Posted March 28, 2010 Author Share Posted March 28, 2010 use lastRSS or magpieRSS http://www.the-art-of-web.com/php/youtube/ http://www.phpclasses.org/browse/package/4650.html Awesome, magpieRSS works great. Thanks a bunch! Link to comment https://forums.phpfreaks.com/topic/196752-parsing-an-rss-feed-into-php-variable/#findComment-1032920 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.