How can I insert a XML file into a php or html file?
Ok so if I create a XML file and than is it possible to insert the xml data into a php or html page? Thanks for the help I'm still trying to learn.
Of course it is. You have to create a DOMDocument object
and then parse the XML. More documentarion here:
http://php.net/manual/es/class.domdocument.php
精彩评论