;

PDA

Click to See Complete Forum and Search --> : Form that gives the answer when submit


Nogol
05-04-2009, 06:31 AM
I'm trying to create a form using radio buttons, and when they click 'Submit', i want the answers to be displayed.


It's actually about choosing the right 'package' for the visitor, where there's lots of different 'package'. They select their answers, and we narrow down it to the packages that suits the visitor.


I'm thinking about using flash with 'if' and 'else if'. But just wondering if there's other better options to do it instead of using flash.

MyFriendIsATaco
05-04-2009, 10:45 AM
Look into PHP. You're question is extremely vague to be able to give you any code examples, but pick up a book, and you'll be able to make what you want in no time.

I recommend a book called: PHP and MySQL Web Development (http://www.amazon.com/PHP-MySQL-Development-Developers-Library/dp/0672329166/ref=sr_1_1?ie=UTF8&s=books&qid=1241448310&sr=8-1)

Nogol
05-05-2009, 10:04 AM
So... sounds like it would be easier to use flash to make it than to use PHP and MySQL...

I'll try to do some exploration in flash.

MyFriendIsATaco
05-05-2009, 11:15 AM
If that's what you want to assume out of what I wrote, then sure.

If you already know Flash, then yes, it would be easier for you because you wouldn't need to learn anything else.

If you didn't know either of the technologies, I would suggest you learn how to do it in PHP since it would be more practical in the real world.

Nogol
05-05-2009, 02:44 PM
guess i'll have to pick up that book as well...