Need Suggestions here .

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
AdamTorres
Forum Newbie
Posts: 4
Joined: Thu Nov 18, 2010 4:24 am

Need Suggestions here .

Post by AdamTorres »

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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Need Suggestions here .

Post by requinix »

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.
Post Reply