diff -r d0e7ab1fc245 -r c8a20234d7e7 www/getispindel.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/www/getispindel.php Sat Dec 14 21:02:57 2019 +0100 @@ -0,0 +1,16 @@ +query($query); +$resultArray = $result->fetch_array(MYSQLI_ASSOC); +header("Content-type: application/json"); +echo json_encode($resultArray);