addItem('New Link Juice with Orange Flavor!', 'http://seophp.example.com/Products/SEO-Toolbox-C6/Link-Juice-P31.html', 'The new Link Juice product of SEOEgghead.com can do wonders for your website!'); // add feed item $rss_feed->addItem('Enhance Your PHP Applications with AJAX!', 'http://seophp.example.com/Products/Friends-Shed-C2/AJAX-PHP-Book-P42.html', 'Check out this AJAX tutorial for PHP developers!'); // display feed echo $rss_feed->get('2.0'); ?>