Re: [PHP] Script help about array dimension

2003-11-30 Thread Robert Cummings
On Mon, 2003-12-01 at 00:33, Curt Zirzow wrote: > * Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): > > $array['ojpp'][1][][] = 'ferrer'; > > $array['test'][0] = 'ojpp'; > > $array['test'][1] = 'ferrer'; > > > > How could I do a script that give me this output: > > > > Array > > ( > > [0] =

Re: [PHP] Script help about array dimension

2003-11-30 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED] ([EMAIL PROTECTED]): > $array['ojpp'][1][][] = 'ferrer'; > $array['test'][0] = 'ojpp'; > $array['test'][1] = 'ferrer'; > > How could I do a script that give me this output: > > Array > ( > [0] => Array > ( > [0] => ojpp > [1] => 1