assoc array
Posted: Mon Oct 11, 2004 6:12 pm
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
From
Pizmal
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$_SESSION['foo'] = $foo;