Hey,
I'm not really sure and am possibly wayyyy off base but...cant something
like this also be done by
using "global" for variables?

Cheers,
-Ryan

On 1/23/2004 9:33:55 PM, John W. Holmes ([EMAIL PROTECTED]) wrote:
> 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

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

Reply via email to