From: "Chris Boget" <[EMAIL PROTECTED]>

> >>[snip]
> >>....
> >>[/snip]
> >Learn and use C++
>
> Or sessions.
> Along with serialize() and deserialize(), all are your friends in this
case.

He's talking about the same set of data being available to all instances of
PHP, though. I think they're called Application Variables. So if I set
$instance=1 as an application variable, any other PHP script that runs can
read that value. I imagine the same thing could be done with an object.

Either that or I'm way off base. It does sound useful, but I see how it
could be overused and abused.

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to