• 30
  • Jan, 07

parsing XML with PHP on Apache2 server with apache-mod_php installed

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 […]