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

As long as you use one server only (no load-balancing), you can use 
shared memory.
http://php.net/shmop

Try phpbuilder.com or google to find a tutorial.

regards
Wagner

-- 
"Some guy hit my fender, and I told him, 'Be fruitful and multiply,' 
but not in those words."
 - Woody Allen

-- 
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