Re: [PHP] Notification system

2009-08-07 Thread Phpster
On Aug 2, 2009, at 7:59 AM, Dušan Novaković ndu...@gmail.com wrote: Hi, Does anyone has any idea how to create notification system with combination of php, mysql and javascript. It should be something similar to facebook notification system (when someone make some action it should be

Re: [PHP] Notification system

2009-08-07 Thread Jonathan Tapicer
Also, take a look at Comet Server: http://en.wikipedia.org/wiki/Comet_(programming) I think that Facebook uses that and also Gmail, it tends to consume less resources than periodical ajax calls, the hidden iframe method is simple and works fine. To implement it in PHP you will need to use the

Re: [PHP] Notification system

2009-08-07 Thread Bastien Koert
On Fri, Aug 7, 2009 at 10:25 PM, Jonathan Tapicertapi...@gmail.com wrote: Also, take a look at Comet Server: http://en.wikipedia.org/wiki/Comet_(programming) I think that Facebook uses that and also Gmail, it tends to consume less resources than periodical ajax calls, the hidden iframe method

[PHP] Notification system

2009-08-02 Thread Dušan Novaković
Hi, Does anyone has any idea how to create notification system with combination of php, mysql and javascript. It should be something similar to facebook notification system (when someone make some action it should be automatically reported to other people on system through pop-up menu or