well, one idea is to serialize the array and put
into a HIDDEN text field to be submitted with
the FORM.

or, with no form, try this:
"doc.php?myarray=". htmlentities(serialize($array));

> -----Original Message-----
> From: Clif [mailto:[EMAIL PROTECTED]]
> Subject: [PHP] Passing arrays from page to page
> 
> I'm trying pass an array from one page to another.
> 
> Page 1 is a form.
> Page 2 has the data sent by Page 1 available in $HTTP_POST_VARS.
> This is where I'm stuck: Page three needs access to those same variables
> in $HTTP_POST_VARS.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to