Php, wait 5 seconds before executing an action

前端 未结 7 490
执笔经年
执笔经年 2021-02-05 00:42

I have a .php script that I use for creating the list of my products. I am on shared hosting, so I can\'t do a lot of queries otherwise I get a blank page.

This

相关标签:
7条回答
  • 2021-02-05 01:26

    or:

    usleep(NUMBER_OF_MICRO_SECONDS);
    
    0 讨论(0)
提交回复
热议问题