Subscribing to multiple event by many users - how to
Posted: Tue May 25, 2010 9:53 am
Using php only.
Suppose I have a web site that has thousands of registered users and every users has the ability to advertise, let's say, a camping event, or several events. Without using cookies, what is the best way to log the interest (subscribing) of maybe hundreds of interested users in a particular event so that every registered user can see how many people are interested in that particular event and some very limited information on those who has subscribed to that event?
Suppose I have a web site that has thousands of registered users and every users has the ability to advertise, let's say, a camping event, or several events. Without using cookies, what is the best way to log the interest (subscribing) of maybe hundreds of interested users in a particular event so that every registered user can see how many people are interested in that particular event and some very limited information on those who has subscribed to that event?