Hi all
I have a PHP page that retrieves data from a MySQL database and displays it in a table.
(Here is the page incase you need to review the code: http://www.nagorik.org/ )
I would like this table to refresh every 1 minute and show any new data that has been entered.
What is the 'professional' way to do this?
Can someone point me to a tutorial/resource for implementing this?
Thanks in advance for your help.


