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