[PHP] Pokeing functionality

2007-05-22 Thread Don Don
Hi All, am trying to integrate a poke me poke you functionality to a web 2.0 application am developing. I've got some ideas of how to do this but am not sure if its the best aproach. i am using the idea of a PM system since i've done that earlier. Does anyone have any way of implementing a

Re: [PHP] Pokeing functionality

2007-05-22 Thread Rob Desbois
Many ideas, all of them completely dependent on exactly what your requirements are - should a poke be delivered to the target in real-time or when they next load a page? This is an extremely general question, like I want users to be able to view each other's profiles, how?... --rob On 5/22/07,

Re: [PHP] Pokeing functionality

2007-05-22 Thread Don Don
Just the general method of implementing a poke, and then any application specific requirements can then be tailored to the application. If a user is not logged in, whenever they do, they'll get a notification that they have been poked by a particular user, and when they are logged in

Re: [PHP] Pokeing functionality

2007-05-22 Thread Philip Thompson
On May 22, 2007, at 6:26 AM, Don Don wrote: Just the general method of implementing a poke, and then any application specific requirements can then be tailored to the application. If a user is not logged in, whenever they do, they'll get a notification that they have been poked by a