gpt4 book ai didi

php - 如何处理表单中多个提交按钮的不同目标?

转载 作者:行者123 更新时间:2023-12-04 15:02:46 25 4
gpt4 key购买 nike

在 index.php 中我有一个表单:

<form name="UserLocation" action="propForSale.php" method="GET">

一旦用户在表单的文本框中输入位置名称,他们就会点击“待售”提交按钮:

<input type="submit" value="For Sale" />

这会将用户带到 action 属性中指定的 propForSale.php 页面。但是我现在在 index.php 中的表单上有另一个按钮:

<input type="submit" value="To Rent" />

我现在希望用户在单击“出租”按钮时被定向到“propToRent.php”。

目前,当用户点击“出租”按钮时,它会将用户带到“propForSale.php”。这可能是因为在表单的 action 属性中指定要转到该特定页面。但是我如何让它转到“propToRent.php”呢?

提前致谢

最佳答案

为提交按钮添加名称。然后您可以检查 $_POST 的值并重定向用户。

关于php - 如何处理表单中多个提交按钮的不同目标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8774802/

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