parent
c648b67356
commit
ce679955c9
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
include "config.php";
|
||||
$res = connection();
|
||||
|
||||
$query = "SELECT id FROM gps";
|
||||
print(mysqli_query($res, $query));
|
||||
|
Loading…
Reference in new issue