Posts by Lucas Gomes • 3 points
1 post
-
0
votes1
answer76
viewsQ: PHP is not returning query data
Hello, I am using the following code to return regions: $query = 'SELECT * FROM Regiao'; $json = array(); $result = mysqli_query ($conn, $query); while($row = mysqli_fetch_array ($result)) { $regiao…