Search code examples
phprssmagpie

RSS feed captions


How can I read the captions of a RSS feed from a given website? I have to use either Magpie or PHP.


Solution

  • You can try using simpleXML. Because an RSS feed is simply an XML file it should be fairly simple to parse it with simpleXML.