Posts Tagged ‘simplexml explained’
Parsing XML Feeds in PHP with simplexml
Tuesday, December 30, 2008 13:56 6 CommentsParsing 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 [...]

