On Mon, August 14, 2006 8:40 am, Ville Mattila wrote: > Does the PHP environment (5.1.4) provide a way to define some custom > variables as a superglobal? It would be useful for saving certain site > preferences and settings that must be referred in many variables and > classes, without every time writing global keyword at the beginning of > a > function definition. Not unless you want to install the RunKit extension, which pretty much lets you re-define ANYTHING in PHP... Probably a Bad Idea... $_SESSION might be a reasonable place to store your data, however, depending on what it is... Maybe I'm mis-understanding what you are storing, but it seems like the kind of stuff that belongs in $_SESSION... -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php