Page 1 of 1
Parsing XML
Posted: Tue Jan 10, 2006 11:23 am
by pilau
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?
Posted: Tue Jan 10, 2006 11:37 am
by Maugrim_The_Reaper
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.
Posted: Tue Jan 10, 2006 12:23 pm
by pilau
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.