I have a table where the last two columns are populated with true or false - and only two records should be true at any one time. Thus I have set up an interface where all the relevent records are displayed with radio buttons in the final two columns. The radio buttons are arrayed vertically, and within each column all have the same name="" value so that users can not do multiple selections.
I want to allow users to change select a new radio button, thus facilitating the need to UPDATE four records whos unique ids cannot be known beforehand.
I am fairly new to php/mysql, so explicit examples that I can cut and paste would be appreciated.
Thanks in advance,
./empnorton