Saturday 21 June 2014

what is XML ?


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.

No comments: