Tag: XML

Using SimpleXML To Read & Parse XML

Using SimpleXML To Read & Parse XML

posted by John Owen on July 17th, 2009, in PHP | 14 Comments

In this tutorial I will teach you how to use SimpleXML to read & parse XML feeds. Before PHP5 reading XML was a mess, this all changes with SimpleXML. You will learn how to parse a standard XML RSS Feed and display it and many other functions.