0

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

learningown
  • 25
  • 1
  • 3

2 Answers2

0

I Suggest you use Simplepie http://simplepie.org/ Its very good documented and easy to use

streetparade
  • 32,000
  • 37
  • 101
  • 123
0

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

Sinan
  • 5,819
  • 11
  • 39
  • 66