News Feed
Jobs Feed
Sections




News Archive
TotalPHP.com:
How to Read an RSS Feed with PHP 5
April 22, 2009 @ 11:15:16

New on the TotalPHP blog today is this article talking about reading RSS feeds with PHP (more specifically with SimpleXML).

PHP 5's ability to read XML files is fantastically easy to use. In the past it was possible but it required quite a bit of long winded code to get any where. PHP 5's SimpleXmlElement function makes working with XML a breeze, and with much less code too!

They include a script as an example - five lines to completely parse and pull the title and link information out of the remote RSS file. The example creates a SimpleXML object using the feed's URL and makes each element inside accessible as an object (that can be looped through and properties can be checked on).

0 comments voice your opinion now!
title link object example simplexml php5 read rss


blog comments powered by Disqus

Similar Posts

DevShed: Throwing Basic Exceptions When Auto Loading Classes in PHP 5

Knut Urdalen's Blog: ORM the manual way

Community News: Welovelocal.com offers SOAP API (with PHP examples)

Jani Hartikainen's Blog: Closures coming in PHP 5.3 and that’s a Good Thing

Egeniq Blog: QR tags beyond the hype


Community Events











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


interview opinion series functional introduction application object example phpunit framework release zendframework2 development podcast community tool unittest language testing code

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