Skip to content
Advertisement

Display an array in a readable/hierarchical format

Here is the code for pulling the data for my array

When I use print_r($data) it reads as:

I would like it to read as:

Natural Child 1
Natural Child 2
Natural Child 3

Advertisement

Answer

Try this:

in place of print_r($data)

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement