How can I read the captions of a RSS feed from a given website? I have to use either Magpie or PHP.
You can try using simpleXML. Because an RSS feed is simply an XML file it should be fairly simple to parse it with simpleXML.