On Sun, 19 May 2002, Navid Y. wrote:
> Simple question: Will registering a variable twice, using
> session_register(), reset the value of the variable to a different
> value?

session_register() adds a variable to the list of variables that are
tracked by the session. If the variable has already been registered, then
it has no effect.

miguel


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

Reply via email to