Click to See Complete Forum and Search --> : dynamically update webpage on db change


niladhar8@gmail.com
June 23rd, 2010, 01:30 PM
is there a way i can dynamically update my webpage without any user action whenever there is a change made in the daatabase.

eg gmail automatically updates your email whenever you get a new one....

Lets say i am viewing a page which shows all those who have signed up for a newsletter on my site. whenever there is a new sign up can he/she be dynamically added to the list i am currently seeing without me refreshing or performing any action that would trigger it?

PeejAvery
June 23rd, 2010, 08:34 PM
It's all AJAX...even Gmail's databases don't push data to the browser, the browser polls for it.