How to fill textbox with database information after another field lostfocus
问题 Could you help me find a way to solve my problem please? I have 4 textbox fields : number , key , firstname and name . When I tabulate from the number field after filling it, I would like to check in my database if this number exists. If so, my application should select the name and firstname linked to the number (in my database) and fill in the other fields name and firstname and then disable these fields. I think that I should use ajax but i don't know how to use ajax and Zend to achieve it