Posts by ATXtreme • 13 points
2 posts
-
0
votes0
answers43
viewsQ: How do I introduce three players to one team?
I wish to introduce 3 players who are from the same team but for that I want only the name of the team to appear once. $query = "SELECT distinct nometeam from jogador"; $dados = mysqli_query($conn,…
-
-1
votes1
answer735
viewsQ: Error mysqli_fetch_assoc() expects Parameter 1 to be mysqli_result, Boolean Given in
I am creating a code in html and php where I see the error "mysqli_fetch_assoc() expects Parameter 1 to be mysqli_result, Boolean Given in ", this code will show scores for a minigolf tournament.…