Forum Moderators: coopster
at
this script extracts an array
foreach ($pages as $value)
{ $count++; $_SESSION['$pages["$count"]'] = $value; }
and sticks it into an array in a session but its not working... any ideas?
$_SESSION['pages'] = $pages;
$_SESSION[$pages][$count] = $value;
hard to tell what exactly you need