Need Suggestions here .
Posted: Tue Nov 30, 2010 9:20 pm
Basically my database had the following
stu_satisfaction_tblquestions
- question_id
- Question
- answer_type
answer_type
- id
- answer1
- answer2
- answer3
- answer4
- answer5
With this database..I just want to display about 20 questions with the options (Radio button). How should I go about doing it. I am not so strong in php coding. I know that I need to somehow joint table.
Regards,
Adam.
stu_satisfaction_tblquestions
- question_id
- Question
- answer_type
answer_type
- id
- answer1
- answer2
- answer3
- answer4
- answer5
With this database..I just want to display about 20 questions with the options (Radio button). How should I go about doing it. I am not so strong in php coding. I know that I need to somehow joint table.
Regards,
Adam.