Radio button groups in php

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!

Moderator: General Moderators

Post Reply
danielagaba
Forum Newbie
Posts: 1
Joined: Wed Feb 11, 2009 7:29 am

Radio button groups in php

Post by danielagaba »

hi

having trouble writing logic in php to determine which radio button in a particular radio button group was selected. I had originally used the radiobutton group name but got stuck on which property of the radio button group I could manipulate to achieve this.
Post Reply