Changing Session Variables
Lil' help? I am trying to get something done for the client in the next half hour... but I am a Sessions newbie.
FIXED - SYNTAX ERROR IN THE FORM/POST DATA
I've set a session variable at log-in:
However, there is a special instance when the manager-user needs to change the value of
I am at this minute searching PHP.net, but hopefully some kind programmer can help me out. As always, thanks to anyone who lends a hand!
FIXED - SYNTAX ERROR IN THE FORM/POST DATA
I've set a session variable at log-in:
$office_id = $_SESSION["office_id"]; (works fine).However, there is a special instance when the manager-user needs to change the value of
$_SESSION["office_id"] during the session. How do you change a session variable's value?I am at this minute searching PHP.net, but hopefully some kind programmer can help me out. As always, thanks to anyone who lends a hand!
