PHP2005 Posted October 22, 2008 Posted October 22, 2008 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
Recommended Posts
This topic is 5929 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now