Is there a way to set a sub group within a radio's settings? This is the html code I have...
I only want the options to be "modify" or "deleteme". I don't want them to be able to select both. I can't use the same name because I want to know which function they want to perform. Thanks.Code:<input type="radio" value="$dirArray[$index]" name="modify" /> <input type="radio" value="$dirArray[$index]" name="deleteme" />



Reply With Quote

Bookmarks