0

I want to parse a websites news section. It has a RSS subscribe button but the outlook looks odd and I'm not sure how to parse it.

http://www.networkroi.co.uk/DesktopModules/ArticleManager/ArticleRss.aspx?id=324&pid=0

It's not in XML which would have been a lot easier.

Here is the news page with that link on it - http://www.networkroi.co.uk/News/tabid/99/Default.aspx

I would like to parse it with PHP if possible, though I really just want to dislay the info as it looks there..

Any help most appreciated

Jonesy

2

1 Answer 1

3

Take a look at excellent SimplePie class for parsing rss feeds with PHP.

SimplePie is a very fast and easy-to-use class, written in PHP, that puts the 'simple' back into 'really simple syndication'. Flexible enough to suit beginners and veterans alike, SimplePie is focused on speed, ease of use, compatibility and standards compliance.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.