Posts Tagged ‘Parsing xml in php’

Parsing XML Feeds in PHP with simplexml

Tuesday, December 30, 2008 13:56 6 Comments

Parsing XML feeds is always something I’ve wanted to to do with PHP. But I’ve only bothered to learn how to do it. Now, there are different ways to do this, many of which uses different packages/plugins which need to be installed on the server. I am going to use simplexml, since it’s built into [...]

This was posted under category: PHP, Programming Tags: , , , ,