Forum Moderators: coopster
I have a set of radio buttons labelled 1-5 and a 'not selected' option which I have coded as 6. I later use responses of 1-5 to calculate a score, but at the moment the 6 is included in that score when it should really be excluded as null.
Is there a way to tell PHP that any values of '6' should be null, and to use '3' instead?
Any suggestions welcome.