October 22, 200817 yr Hi All, I have 50 checkboxes and when it display at the page it display all like at once in one column, so I am wonder how can I have it displayed in 2 column of 25 checkboxes. Any help will be appreciated. <?php foreach( $newrecordResult['valueLists']['Detail_Checkbox1'] as $key => $value ) { ?> <?php echo $value; ?> <?php } ?> Thank you
Create an account or sign in to comment