News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

PHPit.net: Create your own HTML widgets with PHP

Jakub Zalas' Blog: Managing object creation in PHP with the Symfony2 Dependency Injection component

Patrick Allaert's Blog: Coding standards: converts PHP4 style constructors to PHP5 one

Marc Gear's Blog: How to learn a new PHP framework

Greg Beaver\'s Blog: subtle PHP 4 to PHP 5 difference regarding objects


Community Events











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


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

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