Required Sticky form and MCQ questions for php

Hi Guys,
I need help about php script.
Is there any website that i can refer to create sticky form for my form?
If any of you did the sticky form before,can teach me?
Also,
Does php able to create MCQ questions?
Any resource to refer?as i need to create MCQ questions,user will choose the option and it will be save in the database(phpMyAdmin).

Your feedback is welcome,
thanks alot.

sticky forms are quite simple all you need to do is callback the data that was entered into it I’ve got a tutorial on sticky forms at http://www.developerstoolkit.co.uk/tutorials/php/sticky-forms-with-php/

but essentially all your doing is posting back the data that was entered into the form.

[php]

Name

Email

[/php]
Sponsor our Newsletter | Privacy Policy | Terms of Service