// Moreover Snowboarding
// $url="http://p.moreover.com/cgi-local/page?c=Sports%3A%20skiing%20news&o=rss002";
$url="http://www.greatoutdoors.com/rss/rss_snowboard.xml";
// ============================================================
// Create an instance of the rssFeed object, passing it
// the URL of the feed
$rss=new rssFeed($url);
// If there was an error getting the data
if($rss->error){
// Show the error
print "Error:\n$rss->error "; }else{ // Otherwise, we have the data, so we call the parse method $rss->parse(); ?>
|