PHP Redirect Pause

前端 未结 8 1236
北荒
北荒 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条回答
  •  梦毁少年i
    2020-12-28 19:46

    The other 2 options are a Javascript redirect using setTimeout() or a meta refresh tag with a timeout.

提交回复
热议问题