Re: Re[2]: [PHP] Tree

2003-12-04 Thread Robert Cummings
On Fri, 2003-12-05 at 01:27, Šimon Tóth wrote: > But how do I make an array where each of successor is also an array. > > The structure should be something like this: > $root['ID']=0; > $root['From']=""; > $root['Subj']=""; > $root['Replays'] - ??? > > Each of the succesors must have same structu

Re[2]: [PHP] Tree

2003-12-04 Thread Šimon Tóth
But how do I make an array where each of successor is also an array. The structure should be something like this: $root['ID']=0; $root['From']=""; $root['Subj']=""; $root['Replays'] - ??? Each of the succesors must have same structure as $root. Simon Toth mailto:[EMAIL PROTECTED] http://kerberos