Related resources for XML in PHP
  • XML Parser In PHP8/13/2018 2:11:11 AM. In this article, I explain about the XML parser in PHP. The tree-based parser transforms an XML documents to tree structure. The event-based parser views XML documents as a series of events.
  • Grabbing The Contents of An XML File With An XMLHttpRequest Using PHP5/18/2013 1:46:00 PM. This article explains how to obtain XML using XMLHttpRequest then parse the plain text and specific values using PHP.
  • Use of SimpleXML in PHP12/19/2012 3:51:22 PM. In this article I am going to explain how to use SimpleXML in PHP.