test.php update

remotes/origin/database-api-implementation
Dorian HODIN 2 years ago committed by felixmielcarek
parent 23faec1eb7
commit 9dcd52b65c

@ -11,3 +11,4 @@ $results = $mysqli_query($connect, $query);
while ($row = $results->fetch_row()) { //For all the row in the database while ($row = $results->fetch_row()) { //For all the row in the database
print($row[0]); //Set $lat2 to the latitude of the user who is in the actual row print($row[0]); //Set $lat2 to the latitude of the user who is in the actual row
}
Loading…
Cancel
Save