I am designing an electronic voting system with PHP, mysql and apache. At this time it is very simple. On one page you can vote for president by selecting a candidate from a group of radio buttons. I have three buttons vote skip and continue. When the page comes up I would like the skip and continue button to be disabled until the person votes and then when the person hits vote I would like that button to become disabled and have the skip and continue button enabled.
Can someone help with the code part of this/