Is there a way to carry an assoc array to another page? I heard of sessions and I know how to carry an variable over just by typing it into the url (a href).
From
Pizmal
assoc array
Moderator: General Moderators
Just add it to $_SESSION same as a string var:
Code: Select all
$_SESSION['foo'] = $foo;