View Single Post
Old 26.02.2007, 18:45   #1 (permalink)
phpjava
Guest
 
Posts: n/a
Default idBox and getting if it is checked or not

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.
  Reply With Quote
Sponsored Links