PHP Redirect Pause

前端 未结 8 1233
北荒
北荒 2020-12-28 19:08

How do I pause a page for a certain amount of seconds before redirecting the user to another HTML/PHP page using PHP?

8条回答
  •  长发绾君心
    2020-12-28 19:56

    put this in the header.

       
    

    on the place 0.01 you must put the seconds, i have used an decimal number.

    and on the place of makensucces.html you need to put the name off the file you desire.

提交回复
热议问题