This topic is locked

Auto Refresh Listing

2/3/2011 3:41:44 AM
PHPRunner General questions
B
boying author

Is it possible to have autoRefresh function that will autorefresh the list when a new record is inserted in the database?

Sergey Kornilov admin 2/4/2011

This needs to be a custom function that runs a SQL Query once in every few seconds calculating the number of records. If number of records if greater than previous count this function needs to refresh the page.
Unfortunately we don't have more detailed instructions of doing this.