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