Hi all,
I have a sorted associative array that represents
nested tree in the form of (note: parent=0 is the top
level):
$ar[0]['id']=1;
$ar[0]['parent_id']=0;
$ar[0]['name'] = 'john';
$ar[1]['id']=4;
$ar[1]['parent_id']=1;
$ar[1]['name'] = 'mary';
$ar[2]['id']=7;
$ar[2]['parent_id']=1;
$ar[2]['
Hi, all
anyone know how to get this to work?
I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it
had an underlying truth.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-ma
2 matches
Mail list logo