Re: variable shared by users
- From: "evanescent.lurker@xxxxxxxxx" <evanescent.lurker@xxxxxxxxx>
- Date: 22 Jul 2005 06:57:36 -0700
> Is there anyway to share a variable between many web users ?
>
> I've got an array, updated by users's actions.
> i do want this same array be available to all web users in their sessions.
>
> This without putting the content of the array in DB or file.
What you want is a global site variable. I don't think PHP can do
that...
That would make it easy to create counters of various types, shout
boxes, and a lot of other things, but without the overhead of the db,
or file...
I guess the DB is your choice for now.
-- Evanescent Lurker --
.
- References:
- variable shared by users
- From: otiteca
- variable shared by users
- Prev by Date: Re: associative arrays as variable variables ($$)
- Next by Date: Re: Merge images / add logo
- Previous by thread: Re: variable shared by users
- Next by thread: Re: variable shared by users
- Index(es):
Relevant Pages
|