spoco Posted September 30, 2009 Share Posted September 30, 2009 I have 15 candidates for a position. In this vote, I want the voter to choose four candidates. I am thinking simply having checkboxes, but is there a way to require the user to check four checkboxes (i.e. kicking back an error if the voter chooses 1, 2, 3, or 5+?) Link to comment https://forums.phpfreaks.com/topic/176080-need-help-just-getting-started/ Share on other sites More sharing options...
eatfishy Posted September 30, 2009 Share Posted September 30, 2009 Sure there is...you can use the $POST[] method to check through all the checkboxs and count them up. Link to comment https://forums.phpfreaks.com/topic/176080-need-help-just-getting-started/#findComment-927921 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.