我的POST表单后出现301错误... 当我提交表单时,我丢失了所有数据,但我不知道为什么。 我在网上搜索,但我什么都不懂,因为我的英语太糟糕了...
我的HTML代码:
<form action="../../controler/add/addSwitchPort.php" method="post">
<table>
<tr>
<td>Switch</td>
<td><input type="text" class='switchName' name="switchName"/></td>
</tr>
<tr>
<td><input class="buttonIndex" type="submit" name='vlan' value="Add & vlan" style="width:200px"/></td>
</tr>
</table>
我的PHP代码:
<?php
$switchName = $_POST['switchName'];
echo $switchName;
echo '???';
$bra = addSwitchPort($switchName);
你知道为什么echo
是空的吗?没有办法,因为这是正确的位置!
感谢您阅读此内容:)
答案 0 :(得分:0)
表单操作中的问题。您必须在提交表单时传递正确的位置。您必须在代码中包含(env :dev)
下方的功能。
header