header location delay

前端 未结 7 1961
攒了一身酷
攒了一身酷 2020-12-06 02:49

I have the following php code which I want to add a delay too:



        
相关标签:
7条回答
  • 2020-12-06 03:46
    header( "Refresh:time; url='filelocation'");
    
    0 讨论(0)
提交回复
热议问题