Hi everyone,
I am looking for a php and maybe javascript solution that will show a particular php page when there is new data entered into a database table.
So when a field in a table has new data inserted, maybe a javascript alert or something else could notify the user that there is new data inserted. Realtime I guess is what I am talking about. I wouldn't even know how to go about implementing this without a UNIX cron job. Cron is not really a solution because it should be in realtime.
Can someone maybe tell me if this is at all possible?
Thanks,
Frank
I am looking for a php and maybe javascript solution that will show a particular php page when there is new data entered into a database table.
So when a field in a table has new data inserted, maybe a javascript alert or something else could notify the user that there is new data inserted. Realtime I guess is what I am talking about. I wouldn't even know how to go about implementing this without a UNIX cron job. Cron is not really a solution because it should be in realtime.
Can someone maybe tell me if this is at all possible?
Thanks,
Frank
Comment