|
One option is to refresh the webpage every 30 seconds (using JavaScript or a meta refresh tag), which would fetch the next record. You'd probably have to add a url query parameter to tell the server the next record to retrieve.
Otherwise, using AJAX to pull in a new result and updating the page would be best.
|