|
|
@@ -14,7 +14,7 @@ $leagues = $conn->getLeagues();
|
|
|
<body>
|
|
|
<H2>Odds</H2>
|
|
|
|
|
|
-<form id="selectionForm" action="matchTable.php">
|
|
|
+<form id="selectionForm" action="matchTable.php" method="post">
|
|
|
<label for="countrySelector">Select country: </label>
|
|
|
|
|
|
<select name="countrySelector" id="countrySelector">
|
|
|
@@ -35,7 +35,7 @@ $leagues = $conn->getLeagues();
|
|
|
?>
|
|
|
</select>
|
|
|
|
|
|
- <input type='submit' id='getMatches' value='Submit Score'>Se Matcher</td>
|
|
|
+ <input type='submit' id='getMatches' value='Se Matcher'/>
|
|
|
|
|
|
</form>
|
|
|
</br>
|