Posted by Jerry Stuckle on 11/06/06 11:56
kirke wrote:
> Hi,
> I have two arrays in previous page and use the arrays in next page.
> (Action page)
> how can I do this?
>
> Thank you
>
You need to pass them onto the next page. You can do it in hidden
fields on a form, the $_SESSION value, or even store them in a database
and pass the key, i.e. in the form or $_SESSION or even a parameter in
the URL of the next page.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|