help.. notification
Moderator: General Moderators
help.. notification
can anyone help me for the notifcation message.. like facebook.. if the sender send a message it will store to the database then when the receiver log in the notification appear just like facebook.? any tutorial will help..
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: help.. notification
Save the message in a database table with the receiver's ID. When the receiver logs-in, check for any messages with the receiver's ID.
(#10850)