From 9f5e61a043302b8d2c746ec2ff214bac1fe78b7f Mon Sep 17 00:00:00 2001 From: Dorian HODIN Date: Mon, 28 Nov 2022 16:56:40 +0100 Subject: [PATCH] test.php update --- Sources/php_script/script/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/php_script/script/test.php b/Sources/php_script/script/test.php index b2e92fc..b383642 100644 --- a/Sources/php_script/script/test.php +++ b/Sources/php_script/script/test.php @@ -3,7 +3,7 @@ include "config.php"; $res = connection(); -$query = "SELECT id FROM gps"; +$query = "SELECT * FROM gps"; $results =mysqli_query($res, $query); while ($row = $results->fetch_row()) { //For all the row in the database