How to execute a large PHP Script?

前端 未结 7 1454
你的背包
你的背包 2020-12-24 08:16

Well basically I may want to execute a script that may take as much as 1 hours as well.

What I really want to do is Send SMS to my users using a third party API. So

7条回答
  •  借酒劲吻你
    2020-12-24 08:41

    An alternative to using JavaScript is to add the Refresh meta tag to your page:

    
    

    The two in content="2; url=.. tells the browser to load the url 2 second after the page has loaded.

提交回复
热议问题