表单按钮重定向

发布于 2024-11-19 10:04:34 字数 201 浏览 0 评论 0原文

这是网站 Iam 建设 - http://dtech.id.lv/lat.php

输入/生成的代码在使用 $_SESSION 提交时传递到 latreg.php

但之后我需要将该用户重定向到此 latreg.php

我该怎么做?

here is the site Iam building - http://dtech.id.lv/lat.php

Entered/generated code is passed to latreg.php on submit with $_SESSION

But after that I need that user is redirected to this latreg.php

How can I do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

日记撕了你也走了 2024-11-26 10:04:34

表单的操作属性应用于在提交后重定向用户。

您的代码是否类似于:

The action property of your form should be used to redirect the user after the submission.

Does your code looks like: <form name="myForm" method="POST" action="./latreg.php">?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文