thanks alot sglane however i forgot to mention one little, but most important thing.
the form that i'm submitting into the database has about 27 questions, each of which has 4 answer questions in the form of radio buttons...the name of each set of 4 radio buttons corresponds with the question number...so the name for the first set of 4 radio buttons is question1 and the value is 1,2,3,4 depending on which button the user clicked..
the value is stored in the database as question1='1', question2='3', question3='4' and so on...
i guess my question is how do i get the value of each variable and THEN set that number to text?
i dunno how to go about it...do i have to set up some sort of an array?
thanks
arif