Basically I have a different script adding rows via MYSQL when it is called. Example: (I insert data into a table, and it inserts it into the database.)
On a separate page, I have the table displayed. I would like for the table to refresh every ten seconds. Each entry has an ID (+1 from the last entry). Whenever a call is inserted into the database, I want a alert sound to come up as well and make sure the table is refreshed.
I think the way I would check for a new entry is by checking if there is a +1 from the last entry, because rows are actively being removed.
Here's what I have for the page displaying the table: http://pastebin.com/NAVzUpfF
This is the included table: http://pastebin.com/YJBvY2ed
This is where the information is inserted: http://pastebin.com/V2qeTcwp