". $rss->channel->title . "

"; echo "

". $rss->channel->description . "


"; foreach($rss->channel->item as $pr) { $i++; echo "

$pr->title

"; echo "

$pr->description

"; echo "

Date: $pr->pubDate

"; echo "
"; } if ($i == 0) {echo "No Press Releases in this section";} } else { echo "There is a problem loading data"; } ?>