Hi All,
Quick q on $GLOBALS and it limitations.
Is this superglobal array analogous to the Application Level Variables in ASP?
The idea here is to set a group of system definitions (screen colors, custom label names etc) for a client on our website. I want the first user to access the site to assign those variables (all coming from a db) and let all subsequent users have access to those values as set by that first user.
Can the $GLOBALS array handle this? Or is there another, better way? I am simply trying to avoid the overhead of having to call it once for each user when creating the session...
Bastien
Cat, the other other white meat
Quick q on $GLOBALS and it limitations.
Is this superglobal array analogous to the Application Level Variables in ASP?
The idea here is to set a group of system definitions (screen colors, custom label names etc) for a client on our website. I want the first user to access the site to assign those variables (all coming from a db) and let all subsequent users have access to those values as set by that first user.
Can the $GLOBALS array handle this? Or is there another, better way? I am simply trying to avoid the overhead of having to call it once for each user when creating the session...
Bastien
Cat, the other other white meat