[eluser]noslen1[/eluser]
Well it's hard to say when we don't know what the logic is, what you're trying to store and everything.
What I can conclude from reading your posts is that you have in your form 2 radio buttons, with for each 2 possible data
- sap_radio
- Yes
- No
- sponser_radio
- Sposer
- No
So in your database I think you should have 2 fields :
- sap (BOOL), that can be TRUE or FALSE
- sponser (VARCHAR), that can be 'Sposer' or 0, NULL... anything else
Is that the behaviour expected ?