Is it possible to declare some kind of "super" global variable in PHP, which
would be avaliable to all later PHP scripts/processes?

I suppose I could use a database or filesystem. But in this case of mine I
need to store and retrieve some values very fast and consuming as little
resourses as possible. These values would actually be used to determine if a
connection to database is required.

Any advice or comment would be really helpfull.

Sigitas



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to