what is XML ?
XML is a format for string text and transporting data. XML stands for extensible Markup Language.
Data read from xml file.
simplexml_load_file()
$xml = simplexml_load_file("file.xml"); // absolute path
you can see the output in array.
Make xml file through code.
object : new DOMdocument.