<?php include 'Sama_getFeeder.class.php'; ?> <? /** * example with full class features */ $rss = new SAMA_getFeeder('http://samams.com/wp/?feed=rss2',true,false); $rss_data1 = $rss->get_rss_url_data(); ?> <pre> <?php print_r($rss_data1); ?> </pre>