Code: Select all
<td width="41%"><b>Enter name</b></td>
<td width="59%"><input type="text" name="name" size="45" maxlength="45" value="<?php if (isset($_POST['category'])) echo $_POST['category']; ?>" /></td>how can i do that
and whats about radio and check box
when submisssion is not done text fields get previous values but dropdown ,check box ,radio but loses it