I have a page with a combo box containing the names of some people. In the same page there are some textboxes in which the data like address, phone no, e-mail id etc of the people is to be displayed.
My requirement is like when an user selects a name in the combo box the corresponding information of the name selected should get filled in the textboxes in the same page. It should happen as soon as the item in the combo box is changed ie, using the OnChange fn. of combo box.
Please help me with a simple code snippet as i'm a beginner in web programming. I'm using PHP for server and MySQL as database.