Re: [PHP] Re: array carrying from one php page to another

2005-12-09 Thread Jochem Maas
Ford, Mike wrote: On 08 December 2005 16:47, Sandy Keathley wrote: ... . . $_SESSION['array'] = serialize($array); Why on earth would you want to serialize an array you're adding to the session? That's just a terrible waste of good machine cycles. terrible, very. too many hits to the

RE: [PHP] Re: array carrying from one php page to another

2005-12-09 Thread Ford, Mike
On 08 December 2005 16:47, Sandy Keathley wrote: > > I have an array $journal that I want to carry from a page (where it > > was created) to another page (a popup that shows the variables > > contents). Is this automatically available? or do I have to do > > something special to php?? > > One wa