referencing a session using a local variable
Posted: Thu Sep 02, 2004 8:17 am
hi all,
if i reference a session using the following code:
does that mean that when i unset the local variable i also unset the session???
cheers,
Tal.
if i reference a session using the following code:
Code: Select all
<php $myvar = &$_SESSION['myvar'] ?>cheers,
Tal.