[PHP] Need an array parser

2001-02-28 Thread Dallas K.
I am looking for somthing that will parse a multidimentional array of any size, and return a key / value listing for debugging Example: if I have an array such as... $arr[name] = dallas $arr[address][city] = austin $arr[address][state] = Texas $arr[somthing][somthing_else][blah1]=

[PHP] Need an array parser(CONT)

2001-02-28 Thread Dallas K.
I am looking for somthing that will parse a multidimentional array of any size, and return a key / value listing for debugging Example: if I have an array such as... $arr[name] = dallas $arr[address][city] = austin $arr[address][state] = Texas $arr[somthing][somthing_else][blah1]=

Re: [PHP] Need an array parser(CONT)

2001-02-28 Thread Ernest E Vogelsinger
At 21:33 28.02.2001, Dallas K. said: [snip] I am looking for somthing that will parse a multidimentional array of any size, and return a key / value listing for debugging Example: if I have an array such as... $arr[name] = dallas $arr[address][city]

Re: [PHP] Need an array parser(CONT)

2001-02-28 Thread Steve Edberg
At 12:33 PM -0800 2/28/01, Dallas K. wrote: I am looking for somthing that will parse a multidimentional array of any size, and return a key / value listing for debugging Example: if I have an array such as... $arr[name] = dallas $arr[address][city] = austin $arr[address][state] = Texas

Re: [PHP] Need an array parser(CONT)

2001-02-28 Thread Mark Maggelet
On Wed, 28 Feb 2001 12:33:55 -0800, Dallas K. ([EMAIL PROTECTED]) wrote: I am looking for somthing that will parse a multidimentional array of any size, and return a key / value listing for debugging Example: if I have an array such as... $arr[name] = dallas $arr[address][city] = austin