[PHP] Re: Displaying full array contents

2002-09-27 Thread Brad Harriger
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,

[PHP] Re: Displaying full array contents

2002-09-26 Thread Martin W Jørgensen
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