How To Autorefresh div Every Two Minutes using php and ajax

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • paulrajj
    New Member
    • Sep 2008
    • 47

    How To Autorefresh div Every Two Minutes using php and ajax

    How To Autorefresh div Every Two Minutes using php and ajax

    thanks in advance
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Use setInterval to call the function every two minutes = 120000 milliseconds.

    Comment

    Working...