I just want the result of a SELECT
in php and I do not know how to get the result:
$descricao = mysqli_query($this->conexao, "Select descricao from tabela where codigo = 1");
var_dump ("$descricao");
Return a array
and how can I retrieve the field = description?