- or download this
...
$tt .= "<option value=$row[0]>$row[1]</option>\n";
}
- or download this
<form method=POST>
...
..............
- or download this
# If the form has been completed, save data entered
...
$nt .= "<input value=$row[13]></input>\n";
$rt .= "<input value=$row[14]></input>\n";
}
- or download this
<div class="container">
...
<input type=submit name=go value=UPDATE>
</div>
</form><hr>