Good morning !! The B is as follows:
I have my select in php where I get the data from the table, I wanted to know how I can separate and display this data individually.
Ex: SELECT nome_cliente, idade_cliente From tb_cliente WHERE COD_cliente={$x}
This query will return only one line, so I wanted to get these
results and put each one in a variable so you can get the name and
put in the value of one input and the age in the value of another.