Read RSS Feed in PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sptr
Forum Newbie
Posts: 1
Joined: Tue Feb 23, 2010 4:41 am

Read RSS Feed in PHP

Post by sptr »

Hello All,

Recently came across an issue where we might have to use RSS feed, read using PHP. But if the RSS feed generated from jsp or any java page is it possible to read it in PHP ?

If anybody has any idea please let me know.

Thanks,
sptr
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Read RSS Feed in PHP

Post by requinix »

RSS is RSS. Doesn't matter what created it.

Barring libraries, SimpleXML is the easiest way to read XML.
Post Reply