I get this error:Code:<?php require_once('simplepie.inc'); $feed = new SimplePie(); $feed = new SimplePie(); $feed->set_feed_url(array( 'http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml', 'http://rss.news.yahoo.com/rss/topstories', 'http://news.google.com/?output=atom', 'http://rss.slashdot.org/Slashdot/slashdot', 'http://rss.cnn.com/rss/cnn_topstories.rss', 'http://www.newsvine.com/_feeds/rss2/index' )); $feed->init(); $feed->handle_content_type(); echo $feed->get_title(); ?>
Fatal error: Call to undefined method SimplePie::set_feed_url() in /home/bud/public_html/rss/simplepie/testpage3.php on line 8



Reply With Quote


Bookmarks