Hello,
I need to be able to pass a very large array between PHP pages.
Can I do this? $SESSION['holder_array'] = array();
and then assign to the $SESSION['holder_array'] as though it
were just created as $holder_array = array();
Hope you get the idea, I have found some code to userialize an array but I
am afraid of the size of the array that is would bomb out anyway?
Thank you,
Kim H.