"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 forever. make sure the
code will terminate somewhere... ;-))) (been there, done that...)
--
Leo G. Divinagracia III
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]