cherylinn Posted June 20, 2012 Share Posted June 20, 2012 Hi, i need help in php code. How to create "checked" checkboxes according to the explode array. for example, in the first array, i have "1,2,3,4,5" in the second array, i have "a,b,c,d" after exploding the array , how do i create the checkbox? For example 5 checkboxes for 5 items, 4 checkboxes for 4 items? Quote Link to comment https://forums.phpfreaks.com/topic/264505-checkboxes/ Share on other sites More sharing options...
scootstah Posted June 20, 2012 Share Posted June 20, 2012 foreach Quote Link to comment https://forums.phpfreaks.com/topic/264505-checkboxes/#findComment-1355518 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.