I have two textbox in form, tbox1 and tbox2, tbox1 is a dropdown menu which collect data from db, I want tbox2 also retrieve the data from DB based on the tbox1's value, so when I click and select tbox1, it will update the value on tbox2, how I can set the form event in php page?