有人可以帮助我编写PHP代码。在提交调查后,如何将状态从“不完整”更改为“已完成”。
有关详细信息,当用户点击“不完整”状态时,它会重定向到survey.php,这需要用户回答调查。完成后点击提交,它会将用户重定向到上一页,状态将变为“已完成”。
我该怎么做?
<table border="1" align="center" cellpadding="0" cellspacing="0">
<tr><td>
<table border="1" cellpadding="7" width="630" cellspacing="1">
<tr>
<th><font size=2>Modul</font></th>
<th><font size=2>Status</font></th>
</tr>
<tr><td><font size=2><center>Survey 1<td><a href="../staff/survey1.php"><center><font size=2>Incomplete</a></td>
<tr><td><font size=2><center>Survey 2<td><a href="../staff/survey2.php"><center><font size=2>Incomplete</a></td>
<tr><td><font size=2><center>Survey 3<td><a href="../staff/survey3.php"><center><font size=2>Incomplete</a></td>
<tr><td><font size=2><center>Survey 4<td><a href="../staff/survey4.php"><center><font size=2>Incomplete</a></td>
</table>
</td></tr>
</table>
答案 0 :(得分:0)
您可以通过在重定向回第一个网站时发送get或post参数来执行此操作。