|
|
@@ -34,6 +34,7 @@ $matches = $conn->getMatches($countryId, $leagueId);
|
|
|
foreach ($matches as $match) {
|
|
|
echo "<form action='makeBet.php' method='post'>";
|
|
|
echo "<tr>";
|
|
|
+ echo "<td><input hidden id='gameId' name='gameIdName' value='" . $match['id'] . "'/>";
|
|
|
echo "<td>".$match['gameDate'] . "</td>";
|
|
|
echo "<td>".$match['homeTeamName'] . "</td>";
|
|
|
echo "<td>".$match['awayTeamName'] . "</td>";
|