From 53d74f1843f7b7d5137c84e21607020efb6516ac Mon Sep 17 00:00:00 2001 From: Dorian HODIN Date: Mon, 28 Nov 2022 17:04:07 +0100 Subject: [PATCH] insertAndMakeListUser.php update --- Sources/php_script/script/insertAndMakeListUser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/php_script/script/insertAndMakeListUser.php b/Sources/php_script/script/insertAndMakeListUser.php index fd05329..52d2929 100644 --- a/Sources/php_script/script/insertAndMakeListUser.php +++ b/Sources/php_script/script/insertAndMakeListUser.php @@ -43,7 +43,7 @@ function insertUserAndReturnList(): array|int $id = $_POST['id']; //Get the result of POST method $latitude = $_POST['latitude']; //Get the result of POST method $longitude = $_POST['longitude']; //Get the result of POST method - $idMusic = $_POST['idMusic']; //Get the result of POST method + $idMusic = "abcde"; //Get the result of POST method $latitude = doubleval($latitude); //Convert a string to a double $longitude = doubleval($longitude); //Convert a string to a double