[PHP] nested tree

2003-10-31 Thread Daniel Demacek
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]['

[PHP] CURL

2001-09-24 Thread Daniel Demacek
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