|
@@ -40,9 +40,9 @@ $matches = $conn->getMatches($countryId, $leagueId);
|
|
|
echo "<td>". round(100 / $match['homeWinPercent'], 2) . "</td>";
|
|
echo "<td>". round(100 / $match['homeWinPercent'], 2) . "</td>";
|
|
|
echo "<td>". round(100 / $match['drawPercent'], 2) . "</td>";
|
|
echo "<td>". round(100 / $match['drawPercent'], 2) . "</td>";
|
|
|
echo "<td>". round(100 / $match['awayWinPercent'], 2) . "</td>";
|
|
echo "<td>". round(100 / $match['awayWinPercent'], 2) . "</td>";
|
|
|
- echo "<td><input id='betHome' type='checkbox'/></td>";
|
|
|
|
|
- echo "<td><input id='betOdds' type='number'/></td>";
|
|
|
|
|
- echo "<td><input id='betAmount' type='number'/></td>";
|
|
|
|
|
|
|
+ echo "<td><input id='betHome' name='betHomeName' type='checkbox'/></td>";
|
|
|
|
|
+ echo "<td><input id='betOdds' name='betOddsName' type='number' step='.01'/></td>";
|
|
|
|
|
+ echo "<td><input id='betAmount' name='betAmountName' type='number' step='.01'/></td>";
|
|
|
echo "<td><input id='button' type='submit'/></td>";
|
|
echo "<td><input id='button' type='submit'/></td>";
|
|
|
echo "</form>";
|
|
echo "</form>";
|
|
|
echo "</tr>";
|
|
echo "</tr>";
|