Reputation: 21
I have two dropdownlist boxes. If I click on the first dropdown box, then the values have been changed in the second listbox accordingly to first listbox. For example: One is Fruits,vegetables,Birds. If i click on the Fruits then it shows the fruit list items in the second list box. It is same for other list also.
Upvotes: 0
Views: 327
Reputation: 35268
Hai Praveen,
Have a look at these examples for question reguarding cascading dropdown
http://www.phpclasses.org/browse/package/2053.html
http://www.skillfusion.com/articles/ajaxDropdown.php
http://codestips.com/php-ajax-cascading-dropdown-using-mysql/
http://www.daniweb.com/forums/thread132703.html
http://www.weberdev.com/get_example-4505.html
Upvotes: 3