Re: [PHP-WIN] array problems

2001-09-07 Thread leo g. divinagracia iii
"Svensson, B.A.T." wrote: > > Have you consider to write a recursive > function to explore all the sublevels? > > i was thinking of the same thing. btw, are there dynamic pointers in PHP? cause a binary tree structure would be better for this. btw, watch out for recursive code that goes on

Re: [PHP-WIN] array problems

2001-09-07 Thread Mike Flynn
Hi Andrew, I have done something very similar to this. Pretty identical. I know it may seem complicated, but I think if you take a good look at it this code might help you. It's for managing a dynamic -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

RE: [PHP-WIN] array problems

2001-09-07 Thread Svensson, B.A.T.
Have you consider to write a recursive function to explore all the sublevels? >-Original Message- >From: Andrew.Martin [mailto:[EMAIL PROTECTED]] >Sent: Friday, September 07, 2001 11:43 AM >To: [EMAIL PROTECTED] >Subject: [PHP-WIN] array problems > > > >I want to build an array dynamicall