I have a database result set with names, IDfield and a Y/N field.
How do I create the radio buttons that can then be processed easily using an
array (I assume) with an easy-to-loop-through structure?
The form would look like:
Joe Smith O[Y] O[N]
Karen Smith O[Y] O[N]
....
Any ideas are appreciated!
How do I create the radio buttons that can then be processed easily using an
array (I assume) with an easy-to-loop-through structure?
The form would look like:
Joe Smith O[Y] O[N]
Karen Smith O[Y] O[N]
....
Any ideas are appreciated!
Comment