Hi
A friend of mine use PHP sessions to keep track of user data on the
server. The problem is that some of the SELECT queries are common to
all users, but apparently, session data cannot be shared among users.
Is there a way to share the output of a SELECT?
Thank you.
A friend of mine use PHP sessions to keep track of user data on the
server. The problem is that some of the SELECT queries are common to
all users, but apparently, session data cannot be shared among users.
Is there a way to share the output of a SELECT?
Thank you.
Comment