Hi, I din'd know if this one goes in php or mysql thread... so if I'm wrong ..I'm sorry.
I'm trying to write a script that can handle multiple updates of radio buttons.
I need to grab the selections from a query, display it, edited and the update the changes.
I have done this multiple times, but only with one set of radio.
Those radio buttons are for activate or deactivate options.
This is an example:
Option A | D
-------- -------
Option 1 X
Option 2 X
Option 3 X
Option 4 X
And so on...
I havent write any code yet because I dont know how to start... 🙁
Hope somebody can helpeme here.