*this is a code snippet i wrote and it is just a simple text box that would reflect the value of htmlspecialchars($row['date_received']) ?>
Code: Select all
<td>Date Received<br><input type="text" name="upddate_received" value="<?php echo htmlspecialchars($row['date_received'] ) ?>">Code: Select all
<td>Resolved?<br>Yes <input type="radio" name="stat" value="Resolved"> No<input type="radio" name="stat" value="Unresolved" CHECKED>