Dynamic Tree View with PHP
问题 Hello everybody i need to create a Dynamic Tree view in HTML and PHP from the result of a web service I have googled around the net but I'm unable to make it work... Below is my code that explodes an HTML string to be processed and putted into an array to manipulate it better and build up the tree. The idea was to follow this tutorial here: How To Create Dynamic Tree View Menu Thanks in advance. <?php $hTwo= $dom->getElementsByTagName('div'); // here I get my desired HTML <div> tags to use