Parsing XML

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
pilau
Forum Regular
Posts: 594
Joined: Sat Jul 09, 2005 10:22 am
Location: Israel

Parsing XML

Post 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?
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post 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.
pilau
Forum Regular
Posts: 594
Joined: Sat Jul 09, 2005 10:22 am
Location: Israel

Post 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.
Post Reply