Brad Pauly wrote:

$HTTP_SESSION_VARS[$user]['options'] = $options;
yes this is what I wanted.


You could then add elements to this array like this:


$HTTP_SESSION_VARS[$user]['options']['registered'] = 1;

Is that what you are trying to do?

- Brad

I will try this out and see what happens.


Thank you Tom and Brad.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to