View Single Post
Old 08-17-2011, 09:32 PM   PM User | #2
Gjslick
Regular Coder

 
Join Date: Feb 2009
Location: NJ, USA
Posts: 476
Thanks: 2
Thanked 70 Times in 69 Posts
Gjslick will become famous soon enough
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.
Gjslick is offline   Reply With Quote
Users who have thanked Gjslick for this post:
Kryptor2k (08-22-2011)