How to generate values of combo boxes through php code where combo box is created in ajax file.

hetal89
01:30:12
Create the webpage using AJAX, having 2 combo boxes, 1
text box, 1 button and respective labels. The values of both the
combo boxes should be generated using the PHP code and not
manually entered.
[Hint: make use of for loop to generate the values of combo boxes with uniform
increment.
The range for Amount: 10000 – 50000 & for Interest: 4 – 9]
smo1234
02-04-2012
It is not clear , you are asking some one to develop this ? This is not the place. However here are some ideas on how to develop this.

Using one for loop the option of the list box can be created. Here I don't think AJAX is required while displaying the form elements . You can process the form data by Ajax.
Please Login to post your reply or start a new topic