Joseph Ross Lee wrote:
Hello... Is there any example that I can look at that does a session
variable as an array? thanks
session_start();
$_SESSION['somekey'] = 'somevalue';
$_SESSION['someotherkey'] = array('one','two','three','four');
$_SESSION['yetanother'] =
array(array('one','two','three'),
Hello... Is there any example that I can look at that does a session
variable as an array? thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2 matches
Mail list logo