help.. notification

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
athlhaz
Forum Newbie
Posts: 9
Joined: Fri Dec 23, 2011 12:00 am

help.. notification

Post 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..
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: help.. notification

Post 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.
(#10850)
Post Reply