Jump to content

Posting group Radio Buttons


s.prema@yahoo.com

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.