I have a table in SQL
Server. Its data is about call details of Cisco IP-Phones.
I have a script in PHP
.
The data of this table updates whenever a new call occurred.
Once the table updated, I want to fetch new data.
How can I know when the table is updated?
It is not in certain time and depends on when a new call is made.
Fields of table are:
1. id
2. WaitingTime(This is the value that I needed)
3. dateTime (It is the date and the time of updating and inserting the new value)