¡@

Home 

php Programming Glossary: child1

Print hierachical data in a parent child form unordered list php?

http://stackoverflow.com/questions/4318010/print-hierachical-data-in-a-parent-child-form-unordered-list-php

msg 1 NULL msg1 2 NULL msg2 3 NULL msg3 4 1 msg1_child1 5 1 msg1_child2 6 3 msg3_child1 I need to display it in a.. 3 NULL msg3 4 1 msg1_child1 5 1 msg1_child2 6 3 msg3_child1 I need to display it in a parent child unordered list format.. it in a parent child unordered list format like msg1 msg1 child1 msg2 child2 msg2 msg3 msg3 child1 How do I do it I need help..

SimpleXML get node value

http://stackoverflow.com/questions/5593554/simplexml-get-node-value

XML structure xml version 1.0 encoding UTF 8 main parent child1 some value child1 child2 another value child2 parent main I.. version 1.0 encoding UTF 8 main parent child1 some value child1 child2 another value child2 parent main I made a variable of.. a variable of the XML and now I want to get the values of child1 so I use SimpleXML xml new SimpleXMLElement xml this xmlcode..