how to make my php page reload each 2 minutes using javascript?

后端 未结 6 1956
南旧
南旧 2021-02-06 18:47

Every two minutes i want to check whether i received some message so want to reload my page every 2 minutes how to reload my php page using javascript

6条回答
  •  庸人自扰
    2021-02-06 19:12

    I recommend looking into doing it with ajax. Look at the jQuery library, or any of the JavaScript libraries.

    http://jquery.com/

提交回复
热议问题