Help deciding HOW to do this

Hello!

I want to do this Feedback form, and I need help in deciding in what the best way is. You guys know a whole lot more than me, so you might be able to help me a little better.

I know how to make this in PHP and MySQL. Its fairly easy for me, but what i want to do is this:

Flash movie clip 600x600

Question

[ text area ]

Next button >>

Question

[option1]
[option2]

Next button >>

etc.

The way i thought it could possibly work is if i make the next button to submit POST through PHP as did in this tutorial, http://www.actionscript.org/resources/articles/139/1/Vote-system-flash-phpmySQL/Page1.html
and from there to go to a new question and submit that… etc till the end.

What i thought is i could make a container, and than load the question1.swf, and do it that way.

Technically, it sound like it should work… am i missing something ?

By the way, if anyone has a better tutorial on how to send stuff to a database, a little easier, and clear(er), than that tutorial, please share it.

Thanks in advance.