Im trying to produce a webpage which would allow an admin user (Someone without any programming knowledge) to create an online questionnare with the questions stored in MySQL.
The page would start off with either a drop-down list or radio buttons specifying what type of question (i.e. single choice, multi-choice, text box etc) which when selected, further options would appear in the lower half of the page.
Is this possible using php and would i have to use frames to achieve the additional options?
Thanks in advance.
The page would start off with either a drop-down list or radio buttons specifying what type of question (i.e. single choice, multi-choice, text box etc) which when selected, further options would appear in the lower half of the page.
Is this possible using php and would i have to use frames to achieve the additional options?
Thanks in advance.