* 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
>             [2] => 0
>             [3] => 0
>         )
I'm not sure what your asking this makes no sense to me. Try and
explain what you are trying to do.

Curt
-- 
If eval() is the answer, you're almost certainly asking the
wrong question. -- Rasmus Lerdorf, BDFL of PHP

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to