Page 1 of 1

Getting values in one query

Posted: Fri Nov 23, 2007 1:31 am
by shivam0101
How to get it in one query?
I have to display questions along with options (answers) as radio button.


table structure:
feedback_questions - table_name

feedback_question_id,
question,
feedback_answer1,
feedback_answer1,
feedback_answer1,
feedback_answer1,
feedback_answer1

Posted: Fri Nov 23, 2007 10:58 am
by superdezign
If they're all in the same table, then what's the problem...?