RE: [PHP] Function to Build Trees

2001-08-21 Thread Chris Hayes
Antwoord naar: [EMAIL PROTECTED] Van:Dan Harrington [EMAIL PROTECTED] Onderwerp: RE: [PHP] Function to Build Trees Or you could just buy from http://www.plumbdesign.com/ or write a PHP SDK for them. :-) sorry? what does that horrible coldfusion

Re: [PHP] Function to Build Trees

2001-08-20 Thread Chris Hayes
Onderwerp:[PHP] Function to Build Trees A most interesting question! Given a multidimensional array with words as keys, I want to match the values of each array with the keys of the array and build a new array that reflects these relationships as a sort of tree. So

RE: [PHP] Function to Build Trees

2001-08-20 Thread Dan Harrington
Or you could just buy from http://www.plumbdesign.com/ or write a PHP SDK for them. :-) -Original Message- From: Chris Hayes [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 4:15 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Function to Build Trees Onderwerp

[PHP] Function to Build Trees

2001-08-19 Thread Sondra Russell
Hello everyone, I've been tearing my hair out trying to write a function in PHP that will accomplish the following: Given a multidimensional array with words as keys, I want to match the values of each array with the keys of the array and build a new array that reflects these relationships