Ajax with combobox and table

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
PatelNehal
Forum Newbie
Posts: 21
Joined: Mon Mar 23, 2009 7:27 am
Location: Gujarat, India

Ajax with combobox and table

Post by PatelNehal »

I have created a form which have a combobox. I am populating this Combobox using one API using SOAP, by changing the option from the combobox i am submitting that form to the same page and calling another API using combobox's selected value as parameter. This will return me all the values of combobox from first API and a table from second API. So basically everytime it is calling two API when i change the first combobox value. So is there any way to overcome from this problem by using AJAX or JQuery or something like that. I am using PHP coding in the files. :banghead:
Post Reply