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
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
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
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'
4 matches
Mail list logo