OK. Now I have something I can work with. Thanks everyone.
Brad
Brad Harriger wrote:
> I'm trying to write a function that will display the full contents of an
> array. If one of the keys contains a value that is an array, the full
> array (all indices) should be shown.
>
> As an example,
Yes. my idea is to use:
echo "";
print_r($array);
echo "";
"Brad Harriger" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm trying to write a function that will display the full contents of an
> array. If one of the keys contains a value that is an array, t
2 matches
Mail list logo