tolearn Posted November 29, 2007 Share Posted November 29, 2007 HI Im developing a billing application. For paying fees for a student i have a page with * dropdown listing the term month (Eg. Nov - Feb, Mar - Apr etc). * dropdown listing the classes in the school(Eg. LKG, UKG, etc). * text box to type the name of the student. If I type a letter, say "a" in the text box all the names from the database starting with the letter which is typed say "a" is listed. I have done this using the AJAX concept. But i get all the names of students in the school database. What i have to get is only the names of students starting with the letter "a" from the particular class i have choosen in the dropdown. How to implement this using AJAX Thank you. Link to comment https://forums.phpfreaks.com/topic/79373-need-help-regarding-ajax/ Share on other sites More sharing options...
ScotDiddle Posted December 10, 2007 Share Posted December 10, 2007 Tolearn, You will find several of my posts on this board pointing to: http://www.fornewbie.com/article/php/create_ajax_dynamic_drop_down_list_using_php_-_xajax.html It is kind of a pain to set up, but does exactly what you want. Let us know if it meets your needs. Scot L. Diddle, Richmond VA Link to comment https://forums.phpfreaks.com/topic/79373-need-help-regarding-ajax/#findComment-411074 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.