diff --git a/code/index.php b/code/index.php index 3ca118d..0855b57 100644 --- a/code/index.php +++ b/code/index.php @@ -169,7 +169,7 @@ if(isset($_POST["game_mode"]) && $_POST["game_mode"]!="" && $_POST["difficulty"] $cpt=2; while ($row = $result->fetchArray()) { - $phrase=$phrase."
".$cpt."° place : ".$row["player"].", ".$row["score"]." ".$unit; + $phrase=$phrase."
".$cpt."° : ".$row["player"].", ".$row["score"]." ".$unit; $cpt++; } diff --git a/code/score.php b/code/score.php index b326246..3e92981 100644 --- a/code/score.php +++ b/code/score.php @@ -41,7 +41,7 @@ else $cpt=2; while ($row = $result->fetchArray()) { - $phrase=$phrase."
".$cpt."° place : ".$row["player"].", ".$row["score"]." ".$unit; + $phrase=$phrase."
".$cpt."° : ".$row["player"].", ".$row["score"]." ".$unit; $cpt++; }