Hi all,

i need to use an array in a session variable.
On a page i fill the Sessionvar :
    $HTTP_SESSION_VARS["xy"] []=$whatever
    (The var is registered with session_register("xy"))
I mean that the entry would made at the end of the array, is it not so?

But evrey time i proove the entries with count($HTTP_SESSION_VARS["xy"]) ,
there are only one entry.


Have somebody an idea?

Thank,

Thomas





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to