fully ajax controlled application form
Posted: Tue Mar 13, 2012 9:38 am
Hi everyone,
This is my first question and this question is for why i am here.
I can say I am OK at PHP but for AJAX I am a newbie. So, I want to design a web form (application form) which collects personal and experimental information about my school's teachers and students. One of the question is "Which Languages do you know and can you rate it?"
I want applicant to select the language from a combobox and rating from another combobox then to click "add" button. After that the information will be added another listbox below those comboboxes. if I try hard i could make it.
The problem's core is here: If I want to add this info into DB (MySQL) how can i take all the info?
langsknown.png:
Maybe the picture will be better to explain the problem.
This is my first question and this question is for why i am here.
I can say I am OK at PHP but for AJAX I am a newbie. So, I want to design a web form (application form) which collects personal and experimental information about my school's teachers and students. One of the question is "Which Languages do you know and can you rate it?"
I want applicant to select the language from a combobox and rating from another combobox then to click "add" button. After that the information will be added another listbox below those comboboxes. if I try hard i could make it.
The problem's core is here: If I want to add this info into DB (MySQL) how can i take all the info?
langsknown.png:
Maybe the picture will be better to explain the problem.