By: thuc
Date: 2005-10-30
Time: 13:55
|
Help me checkbox
Hi, Mr Skrol29
How can I show check box in the table?
ex:
$List_working[]=array('work'=>'aaaaaaaa','fisnish'=>'1');
$List_working[]=array('work'=>'bbbbbbbb','fisnish'=>'0');
$List_working[]=array('work'=>'ccccccccccc','fisnish'=>'0');
$List_working[]=array('work'=>'dddddddd','fisnish'=>'1');
How can I do with TBS
<table>
<tr>
<td>[blk1.work]</td><td>{How about the check box}</td>
</tr>
</table>
with 1===>checked 0 no checked
Help me!
|