I wonder how do I create a status from not complete into completed. The 'not complete' is a link from menu page where the user, after click the link, it redirect to survey module.
My question is how if the user submit the survey module and redirect back to menu page, and at the same time the status change to 'completed'.
Kindly need a guidance and recommendation. TQ.
Below is my code for more understanding :
<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>Modul 1<td><a href="indsurvey1.php"><center><font size=2>Not complete</a></td>
<tr><td><font size=2><center>Modul 2<td><a href="indsurvey2.php"><center><font size=2>Not complete</a></td>
<tr><td><font size=2><center>Modul 3<td><a href="indsurvey3.php"><center><font size=2>Not complete</a></td>
<tr><td><font size=2><center>Modul 4<td><a href="indsurvey4.php"><center><font size=2>Not complete</a></td>
</table>
</td></tr>
</table>