Axel Nordh 4 жил өмнө
parent
commit
c76932d192

+ 3 - 1
OddsJavaFx/src/web/matchTable.php

@@ -12,6 +12,8 @@ echo "Country id: " . $countryId . " leagueId: " . $leagueId;
 
 $matches = $conn->getMatches($countryId, $leagueId);
 
+foreach ($matches as $m) {
+    var_dump($m);
+}
 
-var_dump($matches[0]);
 ?>