Posted by Parrot on 11/04/05 10:21
>What do you mean it didn't work? What did you get when you do a
>print_r()? The output should be:
>
>Array
>(
> [0] => Array
> (
> [0] => Hello
> [1] => World
> )
>
> [1] => Array
> (
> [0] => How Are
> [1] => You?
> )
>
>)
>
>If you're not getting that then you version of PHP is buggy.
I already told you what I got, it was:
Array
(
[0] => Array
(
[0] => Array
(
[0] => Hello
[1] => World
)
[1] => Array
(
[0] => How Are
[1] => You?
)
)
)
Are you sure it's PHP that's buggy? I don't want to be the handiman
who blames his tools when something goes wrong.
Navigation:
[Reply to this message]
|