insertAndMakeListUser.php update
continuous-integration/drone/push Build is passing Details

remotes/origin/mvc-implementation
Dorian HODIN 2 years ago
parent 9f5e61a043
commit 53d74f1843

@ -43,7 +43,7 @@ function insertUserAndReturnList(): array|int
$id = $_POST['id']; //Get the result of POST method $id = $_POST['id']; //Get the result of POST method
$latitude = $_POST['latitude']; //Get the result of POST method $latitude = $_POST['latitude']; //Get the result of POST method
$longitude = $_POST['longitude']; //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 $latitude = doubleval($latitude); //Convert a string to a double
$longitude = doubleval($longitude); //Convert a string to a double $longitude = doubleval($longitude); //Convert a string to a double

Loading…
Cancel
Save