How to Easily Parse a RSS Feed with PHP 4 or PHP 5

Today I had to parse a WordPress RSS feed for display on a customers website. The basic goal was to show the latest blog postings on the customer’s homepage without them having to manually feed in the data. I have done this before using some of the great XML tools in PHP 5 that make [...]