Parsing XML using PHP4 June 6, 2005
Posted by Burhan in : PHP, Tutorials, XML , 8commentsThis tutorial will explain how to parse (that is, read and interpret) information from a XML file using PHP. I will discuss the very basics of XML (mainly structure), and then jump right in to the reading and parsing of XML files. This is not a tutorial on XML itself, just parsing XML with PHP. (more…)