News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Paul Stamatiou's Blog:
How To Parse XML with PHP5
April 19, 2007 @ 15:39:00

On his blog today, Paul has posted this quick guide to working with XML in PHP5, specifically how to parse it and use the data however you'd like.

One of the most common things web coders run into is the need to parse some type of XML file. Many web services return API calls in XML format, so it's just handy to know how to parse these results quickly. With PHP4 you usually have to rely on some large parsing library to get the job done or deal with overly complicated PHP functions, but PHP 5 has a great extension called SimpleXML.

He goes on to give an example, the geocoding service that Yahoo! offers, and two examples of how to parse the response with SimpleXML. He also includes a little bit of extra code to help with some of the more "intricate" XML you might come across.

0 comments voice your opinion now!
php5 parse xml simplexml php5 parse xml simplexml



Similar Posts

PHPBuilder.com: Using XML - A PHP Developer\'s Primer (Part 3)

Daniel Krook's Blog: PHP on the mainframe

Christoph Dorn's Blog: Your Mac can talk FeedBurner stats via PHP!

IBM developerWorks: What's new in PHP V5.2, Part 5: Tracking file upload progress

php|architect: New Object Oriented PHP Book


Community Events











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


application job release zendframework example cakephp framework PEAR code developer security ajax conference releases book package database zend mysql PHP5

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