Thread: get array
View Single Post

  #3 (permalink)  
Old 11-06-2006
Jerry Stuckle
 
Posts: n/a
Default Re: get array

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
==================
Reply With Quote