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

Brandon Savage's Blog: An Intro To Zend_Navigation

NETTUTS.com: CodeIgniter From Scratch: Day 2

Padraic Brady's Blog: Example Zend Framework Blog Application Tutorial - Part 9 PDF Download

PHPBuilder.com: Build a PHP Link Scraper with cURL

Michaelangelo van Dam' Blog: Configuring Zend Framework apps for Windows Azure


Community Events











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


podcast development introduction testing rest language interview framework opinion functional database series phpunit community example zendframework2 symfony2 usergroup conference release

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