s.prema@yahoo.com 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. Quote Link to comment Share on other sites More sharing options...
s.prema@yahoo.com Posted February 23, 2010 Author Share Posted February 23, 2010 Helllllllllo.............................. No one is there to answer????????????? Quote Link to comment 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.