gpt4 book ai didi

php - 表单数据未传递给 PHP

转载 作者:行者123 更新时间:2023-12-01 22:44:28 25 4
gpt4 key购买 nike

我有一个应该是将数据传递到 php 页面的简单表单。形式是:

<form action="php/setlist.php" method="post"> 
<input type="text" id="SetListName" />
<input type="hidden" id="newList" name="newList" value="" readonly="readonly" style="border: none;">
<input type="submit" style="width:150px;"><br /><br />

PHP 是:

$SetListSave = $_REQUEST['newList'];
$SetListName= $_REQUEST['SetListName'];

echo $SetListName;
echo $SetListSave;

我正在从表单中获取 newList,但 SetListName 未通过。我是 php 的新手,所以我可能会在这里遗漏一些基本的东西,但我很困惑。

最佳答案

您缺少 name 属性:

<input type="text" id="SetListName" />

关于php - 表单数据未传递给 PHP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4524141/

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