0
Good morning!! The B.O is the following:
I have my select in php where I take the table data, I wanted to know how to have this data separated and displayed individually.
Ex: SELECT nome_cliente, idade_cliente From tb_cliente WHERE COD_cliente={$x}
This query will return me only one line, so wanted to catch these
results and put each one in a variable so that it can catch the name and
put in the value of one input and age in the value of another.