-1
I have the following line in the code on my page variaveis.php
$selficha = mysqli_query($conexao,"SELECT deus FROM ficha WHERE nome='$user->username'");
$ficha = mysqli_fetch_row($selficha);
I put her on the page ficha.php
, but when I give print $ficha
to show the result, appears Array
instead of the die.
You have studied array of PHP?
– Woss
And Raphael, quiet on the River ?! I think this link can help you https://answall.com/questions/3567/howto display-o-resultado-de-uma-query-numa-p%C3%A1gina-html-em-php Good luck !
– Jerfeson Guerreiro