I am a begineer in website designing.I have a form in which I have few radio buttons/checkboxes. User has the option of selecting the radio/checkboxes. When user selects any of the radio/checkboxes,I need to send this information to server and fetch the required data from the server which is basically a sql.
Example: Radio buttons 1.male 2.female CheckBoxes Living in 1.India 2.United States 3.Australia
So depending upon the user data,I have to fetch data from server and show it to the user.
Any insight on how to achieve this?I am planning to use AJAX/JQuery to achieve this.
If there is a better way to do this,please let me know.Thanks in advance.