[email protected] Posted February 22, 2010 Share Posted February 22, 2010 Hello My php page has, <input type="radio" name="group1" value="Milk"> Milk<br> <input type="radio" name="group1" value="Butter" checked> Butter<br> <input type="radio" name="group1" value="Cheese"> Cheese <hr> <input type="radio" name="group2" value="Water"> Water<br> <input type="radio" name="group2" value="Beer"> Beer<br> <input type="radio" name="group2" value="Wine" checked> Wine<br> The groups and the values are dynamic. While submitting the page, how can I get the total number of groups in the page ?? How to get the group count in print_r() ??? Thanks. Link to comment https://forums.phpfreaks.com/topic/192936-posting-group-radio-buttons/ Share on other sites More sharing options...
[email protected] Posted February 23, 2010 Author Share Posted February 23, 2010 Helllllllllo.............................. No one is there to answer????????????? Link to comment https://forums.phpfreaks.com/topic/192936-posting-group-radio-buttons/#findComment-1016565 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.