Hi everyone, I usually hang out on the php side because its what I know, but I am faced with a problem that I honestly have no idea how to solve and figured I would try my luck over here. I am hoping that a few of you AJAX gurus can point me in the direction I need to go. Any help or comments would be appriciated.
I have an application written in php and I need to use some kind of control that will keep a timer going. This is a dispatching type of program that uses a database. When the user enters data into the db, this "timer" should start counting and when it reaches a time specified by the system administrator, the app should play a sound byte and flash that particular row of data indicating to the user that this time limit is up.
Could someone please help me with a solution? I was told that AJAX could do this. If not, would anyone know what method may work for this problem?
Thanks,
Frank
I have an application written in php and I need to use some kind of control that will keep a timer going. This is a dispatching type of program that uses a database. When the user enters data into the db, this "timer" should start counting and when it reaches a time specified by the system administrator, the app should play a sound byte and flash that particular row of data indicating to the user that this time limit is up.
Could someone please help me with a solution? I was told that AJAX could do this. If not, would anyone know what method may work for this problem?
Thanks,
Frank
Comment