I want to know how I can do the filling of a combobox with php, since I want that depending on what is selected in the combobox the inputs are automatically filled
I have a table called operators
id nombre numero
1 carlos 1
2 gregorio 2
In my html I want that in a combobox the name is selected and depending on the name, that an input of text type is assigned the number.