Redirect with Timer in PHP?

前端 未结 11 2055
刺人心
刺人心 2020-12-28 11:49

How can I make a redirect with PHP after say 10 seconds...

I have read alot about it, seems like it would be better with javascript. But PHP would save me alot of co

11条回答
  •  攒了一身酷
    2020-12-28 12:18

    You'll want to do a client side redirect:

    
    

    but if you feel like it has to be in PHP, you could do something like:

    ";
    
    ?>
    

提交回复
热议问题