Parsing XML
Moderator: General Moderators
Parsing XML
Ok. RSS feeds. I need to know how to use them. Could anybody here please point me to resource where I can learn how to use them?
- Maugrim_The_Reaper
- DevNet Master
- Posts: 2704
- Joined: Tue Nov 02, 2004 5:43 am
- Location: Ireland
http://pear.php.net/manual/en/package.xml.xml-rss.php
...if you're looking for an RSS parser. Other that read, read, read some more. RSS is an XML format, so there are probably tons of PHP resources for parsing and generating RSS feeds out there.
...if you're looking for an RSS parser. Other that read, read, read some more. RSS is an XML format, so there are probably tons of PHP resources for parsing and generating RSS feeds out there.
Great. I'm making a CMS that could be installed on phBB, IPB or vBulleting boards so you could use the forums as an integral part of your site (mostly session management and database prossesing has to do with the forums). But I need the RSS parser for that.
Other then that I'm making all kind of features for websites, e.g. news posting system, image gallery, downloads gallery, guestbook, admin contol panel, things like that.
Other then that I'm making all kind of features for websites, e.g. news posting system, image gallery, downloads gallery, guestbook, admin contol panel, things like that.