01.
<form name=
"form4"
method=
"post"
action=
"index.php?p=44"
>
02.
<th>ส่งบัญชี</th>
03.
<th >สถานะส่ง</th>
04.
<th width=
"3%"
>สถานะ</th>
05.
<tr>
06.
<td align=
"center"
><input type=
"checkbox"
name=
"chk_send_acc[]"
id=
"chk_send_acc"
value=
"<?=$s_idrepair ?>"
></td>
07.
<td align=
"center"
><input type=
"checkbox"
name=
"send_toacc[]"
id=
"send_toacc"
value=
"<?=$s_idrepair?> "
></td>
08.
<td align=
"center"
><input type=
"text"
class
=
"datepick"
name=
"date_toacc[]"
id=
"date_toacc<?=$i?>"
size=
"10"
></td>
09.
</tr>
10.
</form>