Re: [PHP] Building key sequences from strings

2005-01-11 Thread John Holmes
Bruce Cooper wrote: I'm trying to set up a custom sort for multi-level [i.e. nested] arrays. The problem is I can't seem to get PHP to recognize syntax such as follows $test=$test_array.'[index][next]'; Maybe $test = ${$test_array.'[index][next]'}; -- ---John Holmes... Amazon Wishlist: www.ama

Re: [PHP] Building key sequences from strings

2005-01-11 Thread Jason Barnett
Greg Donald wrote: On Tue, 11 Jan 2005 16:10:00 -0500 (EST), Bruce Cooper <[EMAIL PROTECTED]> wrote: I'm trying to set up a custom sort for multi-level [i.e. nested] arrays. The problem is I can't seem to get PHP to recognize syntax such as follows $test=$test_array.'[index][next]'; Perhaps this

Re: [PHP] Building key sequences from strings

2005-01-11 Thread Greg Donald
On Tue, 11 Jan 2005 16:10:00 -0500 (EST), Bruce Cooper <[EMAIL PROTECTED]> wrote: > I'm trying to set up a custom sort for multi-level [i.e. nested] arrays. > The problem is I can't seem to get PHP to recognize syntax such as follows > > $test=$test_array.'[index][next]'; > > The above examp

[PHP] Building key sequences from strings

2005-01-11 Thread Bruce Cooper
Oh wise and widely knowledgeable list: I'm trying to set up a custom sort for multi-level [i.e. nested] arrays. The problem is I can't seem to get PHP to recognize syntax such as follows $test=$test_array.'[index][next]'; The above example is greatly simplified. In the real world I'