@ -169,7 +169,7 @@ if(isset($_POST["game_mode"]) && $_POST["game_mode"]!="" && $_POST["difficulty"]
$cpt=2;
while ($row = $result->fetchArray()) {
$phrase=$phrase."</br>".$cpt."° place : ".$row["player"].", ".$row["score"]." ".$unit;
$phrase=$phrase."</br>".$cpt."° : ".$row["player"].", ".$row["score"]." ".$unit;
$cpt++;
}
@ -41,7 +41,7 @@ else