I have a cron job running searching Twitter every 5 minutes, each 5 minutes the results of the search are written to a database.
Im surfacing the twitter search results in a simple HTML list.
What I would like to do is load any new search results at the top of this list every 5 minutes.
Can any suggest how I might go about doing this?