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? 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 Link to comment https://forums.phpfreaks.com/topic/264505-checkboxes/#findComment-1355518 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.