hello there,
i am a newbie and right now i am struck in one of the things i am learning.the problem is as follows:
i have two text boxes....student name and address.When i enter first two or three alphabets into my student name textbox,i shud get a drop down list having all possible names with the first two letters from database.then i see thro them and select the student name that i want to fill in.when i select the respective student name...the respective student address details must also come from the databse to the second textbox.....
Your question has to do with javascript and using an XMLHttpRequest to request a php page that retrieves information from a database while the user is interacting with your form, which involves intermediate to advanced javascript.
Bookmarks