<input class='input_update_text' type=text name='cmnd' id='cmnd' value='<?php echo $row['CMND']; ?> '> <?php } ?> </td> <td class="key">Trình độ</td> <td> <select id='level' name='level'> <?php echo user_model::levelBox($level, $level); ?> </select> </td> </tr> <tr> <td class="key">Ngày cấp CMND</td> <td nowrap> <?php foreach ($emp as $row) { ?> <input class='input_update_text' type=text name='ngaycap_cmnd' id='ngaycap_cmnd' value='<?php echo $row['NGAYCAP_CMND'];