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
Read RSS Feed in PHP
Moderator: General Moderators
Re: Read RSS Feed in PHP
RSS is RSS. Doesn't matter what created it.
Barring libraries, SimpleXML is the easiest way to read XML.
Barring libraries, SimpleXML is the easiest way to read XML.