PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
The number of radio buttons clicked will always be one because your using radio buttons all with the same name. If you want multiple selections use checkboxes instead.