Page 1 of 1

help.. notification

Posted: Sat Dec 24, 2011 6:14 am
by athlhaz
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..

Re: help.. notification

Posted: Tue Dec 27, 2011 1:33 am
by Christopher
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.