|
Posted by Bob_M on 09/28/67 11:37
On Tue, 17 Jan 2006 11:26:36 GMT, "Mike" <someone@microsoft.com>
wrote:
>Hello,
> How do I send an array from a form to another php page?I want to bundle
>up some data from form fields in an array and send them together like that.
>I must be missing something?
>Thanks
>Mike
>
Just my $.02 worth:
I'm doing the same thing with multiple multi-dimensional arrays that
must pass from one form to another. Advice received from this site
recommended storing the arrays in $_SESSION['array_name'] and it works
just fine.
There, you now have THREE ways to do the same thing. And I, too, DO
read the manuals, the docs, buy the book, subscribe to the mags, etc.,
and I STILL ask here because here (and other forums) provide REAL
WORLD ANSWERS that seem to work.
After all, we read these forums to learn and, if possible, to share
our knowledge and help someone else.
Bob
[Back to original message]
|