D S Kaletha

Web Designer & Developer

Posts Tagged ‘xml in PHP’

Wednesday, May 5th, 2010

Displaying XML Content in PHP

The easiest way to deal with XML content in PHP is to use the Simple XML functions of PHP. Using these, we can turn a bunch of XML into a PHP object and loop over it.

(more…)