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.
Wednesday, May 5th, 2010
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.