Posts by rafael lopes • 3 points
1 post
-
-1
votes2
answers41
viewsQ: How do I display the search results in the database?
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…