0
My plan is to create a form where you have 2 selects. In the select #1 will have names transferred via Mysql. By choosing the desired name of select 1#, automatically displays desired name data.
Example
#1 select: joao, ruben
Selecionado: joao
#2 select:
Caso escolha o #1 joao: giro, feio, gordo etc
Caso escolha o #1 ruben: - gordinho, inteligente, lalalal
Is there some way created out there?
Other: How to select an option in one <select> and load related data in another?
– Woss