I'm trying to add a "checked statement" based upon the users value already entered into the database.
I've designed the database side as q1,q2 etc and have a single varchar with an "a","b", or "c".
I basically want the code to retrieve the answer and put it into the checkbox as "checked", for some reason I just can't get it to work.