Here is the code for pulling the data for my array
Try this:
foreach($data[0] as $child) { echo $child . "\n"; }
in place of print_r($data)
print_r($data)