diff --git a/Sources/php_script/script/test.php b/Sources/php_script/script/test.php index b383642..7356de6 100644 --- a/Sources/php_script/script/test.php +++ b/Sources/php_script/script/test.php @@ -3,17 +3,5 @@ include "config.php"; $res = connection(); -$query = "SELECT * FROM gps"; -$results =mysqli_query($res, $query); - -while ($row = $results->fetch_row()) { //For all the row in the database - print("\n"); - print($row[0]); - print("\n"); - print($row[1]); - print("\n"); - print($row[2]); - print("\n"); - print($row[3]); - print("\n"); -} \ No newline at end of file +$query = "DELETE FROM gps WHERE id='0'"; +mysqli_query($res, $query); \ No newline at end of file