I have a Gender Row with radio buttons male & female. when i register as first time the values of radio button will store in database. Now my question is if i edit that
just add 'checked="checked"' in the correct radio button that you would like it to be default on. As example you could use php quick if notation to add that in:
>Male
>Female
in this example $isMale & $isFemale is boolean values that you assign based on the value from your database.