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

后端 未结 6 1953
南旧
南旧 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:24

    The easiest way I found out which is also javascript proof.

    This code goes in between the HEAD tags.

    
    

    The above code reloads the page every 15 seconds. Change 15 to the desired value as required. For eg; 300 for a page to reload every 5 minutes.

提交回复
热议问题