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 particular user, and when they are logged in they'll get a poke when the page is refreshed, provided a poke was sent at that time.

This is really easy functionality. Just add in a database that person A has poked person B. When B logs in or refreshes the page, (s)he'll see it - because obviously you'll check for it in your application.

~Philip


Rob Desbois <[EMAIL PROTECTED]> wrote:
  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, Don Don
wrote:

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 pokeing functionality in php ?

Cheers

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to