Use AJAX to watch SQL database for changes.

Posted by Jacob Huggart on Stack Overflow See other posts from Stack Overflow or by Jacob Huggart
Published on 2010-05-11T18:23:35Z Indexed on 2010/05/11 18:34 UTC
Read the original article Hit count: 216

Filed under:
|
|

I have a column in my database that will be updated randomly. Whenever that column is updated I need to refresh content on my page. How can I use AJAX + jQuery to perform an action only on DB changes?

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about jQuery