I know this is a simple issue but I can't seem to wrap my head around it...
Say I have a mysql table that is being updated with new records from multiple sources. I would like to create a page that will simply display the new records as they are posted to the database.
Say the page can only display about 5-6 records at a time, so ideally the records would scroll from bottom to top...kind of like the credits at the end of a movie. (The effect isn't that important.)
What would be the best way to accomplish this?