2004 9:02 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Passing a Multidimensional Array through a
> hidden form element
>
>
>
> I have a multidimensional array that is created on one page
> and I need to
> send it to another page, preferrably using a hidden field in
lt;[EMAIL PROTECTED]>
Sent: Monday, May 03, 2004 3:01 PM
Subject: [PHP-WIN] Passing a Multidimensional Array through a hidden form
element
I have a multidimensional array that is created on one page and I need to
send it to another page, preferrably using a hidden field in a $_POST
form.
This
I have a multidimensional array that is created on one page and I need to
send it to another page, preferrably using a hidden field in a $_POST
form.
This is what the array structure looks like:
$mArray[0][5][1]="sampleElement";
I tried implode/explode but this just creates a long nasty string o