while(@result = $sql->fetchrow_array() ){ $counter++; print(" ",checkbox('cb'.$counter,0,'1',$counter),"", " $result[ 1 ]"); }