X10nD
X10nD

Reputation: 22030

Reading any well-formed RSS/ATOM file using PHP

I want to be able to read any well-formed RSS/ATOM file. That would mean I would not not know the tags, start the loop and the fields. How do I go about doing it in PHP.

Thanks Jean

Upvotes: 0

Views: 508

Answers (2)

osm
osm

Reputation: 4218

You can use SimpleXML http://php.net/manual/en/function.simplexml-load-string.php

Upvotes: 0

lfx
lfx

Reputation: 1391

You can try Zend Framework's feed class.

But you should be more specific about your task..

Upvotes: 1

Related Questions