News Feed
Jobs Feed
Sections




News Archive
DevShed:
Creating an RSS Reader the Reader
February 09, 2007 @ 11:43:48

In a new tutorial from DevShed today, they walk you through the creation of a simple (very simple) RSS reader in PHP.

In this article we are going to discuss how to create a PHP-based RSS reader. It would be helpful if you know something about XML, but not really necessary. RSS documents have three main tags: Title, Link and Description. And they all do exactly what their names suggest. I will go into detail about these tags in my second article dealing with 'building an RSS file.' For now, we will only focus on the 'reading' part of the article.

They start with an overview, showing where you'll come from and where you're headed to. They include a section introducing the XML handing functions (SAX, not DOM) and use them in a chunk of code to read in the RSS file and handle the contents.

0 comments voice your opinion now!
rss news reader xml sax functionality parse rss news reader xml sax functionality parse


blog comments powered by Disqus

Similar Posts

Developer Tutorials Blog: RSS feeds in PHP: 3 simple steps to PHP RSS generation

PHPBuilder.com: Using XML - A PHP Developer\'s Primer (Part 4) - XML-RPC, PHP and Javascript

IBM developerWorks: Use an XML database in PHP and Java applications

Justin Silverton\'s Blog: The Zend Framework

Elizabeth Naramore's Blog: Doing News for php|architect


Community Events











Don't see your event here?
Let us know!


zendframework2 community opinion series development podcast testing object introduction composer tool functional language conference interview code database framework example release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework