There are many examples of how to parse through an XML document using PHP out on the web by doing a quick google search. I was having problems because even while following all of those examples, I was getting the following error: PHP Fatal error: Call to undefined function: xml_parser_create() Everywhere I searched said “you… Read more »