Hi,
I need to display many single word rows and 5 radio button in front of each word. these words are generated while running and number of words may grow even up to thousands.
user should be able to select only one option in each row, but able to select any number of rows.
Is it possible to do this with html/php?
here is an example,
word1 R1 R2 R3 R4 R5 (select any but only one)
word2 R1 R2 R3 R4 R5 (select any but only one)
word3 R1 R2 R3 R4 R5 (select any but only one)
wordn R1 R2 R3 R4 R5 (select any but only one)
I need to display many single word rows and 5 radio button in front of each word. these words are generated while running and number of words may grow even up to thousands.
user should be able to select only one option in each row, but able to select any number of rows.
Is it possible to do this with html/php?
here is an example,
word1 R1 R2 R3 R4 R5 (select any but only one)
word2 R1 R2 R3 R4 R5 (select any but only one)
word3 R1 R2 R3 R4 R5 (select any but only one)
wordn R1 R2 R3 R4 R5 (select any but only one)
Comment