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 need to recompile PHP and use –with-xml and it will get rid of this error. Well, I didn’t compile...

Read More