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

后端 未结 6 1946
南旧
南旧 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

          
    

    What if your client doesn't have javascript e.g feature phone browsers? Put that in the head folder of your HTML header. n is the number of seconds for the refresh intervals.

提交回复
热议问题