-1
I just want the result of one SELECT
in php and I don’t know how to catch the result:
$descricao = mysqli_query($this->conexao, "Select descricao from tabela where codigo = 1");
var_dump ("$descricao");
Returns a array
and how I can retrieve the field = description?
Now I need you to teach me how to give medals...?
– Emilio Dami Silva