Bosky, Dave wrote: > Do you have a simple example of how to create a multi-dimensional array > and > store it in a session variable? Errrr. Okay. <?php session_start(); $foo['whatever']['you']['want']['dimensions'] = 42; $_SESSION['foo'] = $foo; ?> For your penance you now must read: http://php.net/session_start http://php.net/manual/en/language.types.array.php -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php