Done and done.
<?php
$tree = array (
'categories' =>
array (
1 => 'Administrator',
2 => 'American East Conference',
3 => 'Ivy League',
4 => 'Metro Atlantic Athletic Conference (MAAC)',
5 => 'Northeast Conference (NEC)',
6 => 'Patriot League',
7 => 'NCAA',
),
'active' =>
array (
1 => '1',
2 => '1',
3 => '1',
),
'kids' =>
array (
2 =>
array (
0 => '3',
),
),
3 =>
array (
1 => ' Ivy League',
2 => ' Brown Bears',
3 => ' Other Brown Sports',
),
'tree' =>
array (
3 =>
array (
0 => '2',
),
),
)?>