gpt4 book ai didi

Php 位置 ("some other page")

转载 作者:行者123 更新时间:2023-12-04 13:44:09 31 4
gpt4 key购买 nike

我是 PHP 的新手,虽然我一直在搜索,但我不知道该怎么做。

我知道可以使用 Location("some page") 进行重定向。我还读到,只要没有向用户显示任何内容,它就可以工作。

我想做的是:

向用户显示一条消息。 echo "message.redirecting...."

等待 2 秒 sleep(2);

然后重定向 Location("some page");

有什么想法吗?

安德鲁

这是作业的一部分,不允许使用 javascript。仅限 PHP。

最佳答案

您可以使用元刷新,它只是放置在 <head> 中的一个 html 元标记。你的页面。像这样:

<meta http-equiv="refresh" content="2;url=http://newurl.com/">

这会将页面重定向到 http://newurl.com 2 秒后。

关于Php 位置 ("some other page"),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5568936/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com