That looks useful, but the site was hard to follow - how would I use this for my array to pass and they process on another page?
Would it be
$newVal = serialize($myArray);
to pass and
$myArray = unserialize($newVal);
to get back? For arrays do I need the [] within the () ?
Thanks!