Hello, i have a code like that
PHP Code:
.
.
.
<
<td>
<?php
for ($i=0, $n=count( $rows ); $i < $n; $i++) {
echo mosHTML::idBox($i,$siparisID,false,'siparisid');
?>
</td>
and int the page it generates checkBoxes those have cd$i as name and i donot knoe how to get they are checked or not?
How can i do this? Please help about this.