Re: [PHP] Form Passed Multidimension Array

2003-09-26 Thread Lowell Allen
> I am trying to find out how to pass a multidimensional array within a hidden > input of a form. > Would it be something like this? > > > > Any advice would be forever appreciated... Here's a recycled reply from a similar question last month. To pass an array in a form, you should serialize i

Re: [PHP] Form Passed Multidimension Array

2003-09-25 Thread Robert Cummings
On Thu, 2003-09-25 at 22:33, Keith Spiller wrote: > Hello, > > I am trying to find out how to pass a multidimensional array within a hidden input > of a form. > Would it be something like this? > > > > Any advice would be forever appreciated... The following might work: echo ''; Cheers, R

[PHP] Form Passed Multidimension Array

2003-09-25 Thread Keith Spiller
Hello, I am trying to find out how to pass a multidimensional array within a hidden input of a form. Would it be something like this? Any advice would be forever appreciated... Keith