Search found 1 match
- Tue May 25, 2010 9:53 am
- Forum: PHP - Theory and Design
- Topic: Subscribing to multiple event by many users - how to
- Replies: 1
- Views: 939
Subscribing to multiple event by many users - how to
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 parti...