News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
The ABC's of PHP - Part 10 - The Final Installment (XML & Regex)
June 03, 2009 @ 08:48:31

PHPBuilder.com finishes off their "ABCs of PHP" series today with this last tutorial covering a script to fetch the latest headlines from Slashdot and parse the resulting XML with regular expressions.

Well my loyal readers (and you must be loyal if you've made it this far). Here we are at the final installment of the 'ABC's of PHP' where we are going to put some of what we've learned over the past couple of months into practice. We're going to go step by step through a small script to read the latest headlines from Slashdot.org [...] As the feed is very simple however, I decided to simply just use 'preg_xxx' calls to elaborate on the material from part 9 on using reg-ex calls, if you where reading anything more complex then you would almost certainly want to use the proper XML functions.

The actual parsing is pretty simple - grabbing each story, date, time and title element from the XML content and pushing it all into an array. The result is a nice array you can loop through and display via the method of your choosing.

0 comments voice your opinion now!
regularexpression xml tutorial


blog comments powered by Disqus

Similar Posts

Codewalkers.com: The PAVISE of Security

Richard McIntyre's Blog: Using OAuth in Lithium

Chris Shiflett\'s Blog: ZF Tutorial Update

DZone.com: Record and replay for testing of legacy PHP applications

NETTUTS.com: Create a Slick Flickr Gallery with SimplePie


Community Events









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


unittest object release community development interview code opinion functional event introduction zendframework2 composer api language example tool testing framework podcast

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