Help for this page

Select Code to Download


  1. or download this
    print_nodes($data);
    
    ...
            }
        }
    }
    
  2. or download this
    1st node: Text of 1st node
    2nd node: Text of 2nd node
    subnode A: Text of subnode A
    subnode B: Text of subnode B
    3rd node: Text of 3rd node
    
  3. or download this
    print_nodes( $data, 0 );
    
    ...
            }
        }
    }
    
  4. or download this
    1st node: Text of 1st node
    2nd node: Text of 2nd node
        subnode A: Text of subnode A
        subnode B: Text of subnode B
    3rd node: Text of 3rd node