0

I have developing messenger in php. In my application in need to reload the content of div in a page while any user post their comments on database of server. Please kindly help me... Thanks in Advance Mayan Alagar.

Mayan Alagar Pandi
  • 131
  • 5
  • 6
  • 13

2 Answers2

1

Here a couple of questions/answers that might give you some informations, to start with :

Basically, you'll have to put some long-polling mecanism (search for "comet"), to be able to send notifications and new informations from the server to the browser -- while things are generally going the other way arround.

Community
  • 1
  • 1
Pascal MARTIN
  • 374,560
  • 73
  • 631
  • 650
0

Use Comet (or reverse AJAX or push AJAX)

Jan Hančič
  • 49,796
  • 15
  • 87
  • 97