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.
Need Suggestions here .
Moderator: General Moderators
Re: Need Suggestions here .
If you're not familiar with PHP then you best start learning some. Otherwise you'll end up (a) finding some script somewhere and not getting quite what you wanted, or (b) having to hold someone's hand while they guide you through the process (if you can find someone who will do that).
You need:
- A PHP+MySQL tutorial. Google can help.
- Information about JOINs in SQL. Google can help.
- Knowledge of HTML and hopefully even some CSS. Google can help.
- Motivation. Google can't help.
You need:
- A PHP+MySQL tutorial. Google can help.
- Information about JOINs in SQL. Google can help.
- Knowledge of HTML and hopefully even some CSS. Google can help.
- Motivation. Google can't help.