|
|
@@ -14,7 +14,7 @@ $leagues = $conn->getLeagues();
|
|
|
<body>
|
|
|
<H2>Odds</H2>
|
|
|
|
|
|
-<form id="selectionForm">
|
|
|
+<form id="selectionForm" action="matchTable.php">
|
|
|
<label for="countrySelector">Select country: </label>
|
|
|
|
|
|
<select name="countrySelector" id="countrySelector">
|
|
|
@@ -34,6 +34,9 @@ $leagues = $conn->getLeagues();
|
|
|
}
|
|
|
?>
|
|
|
</select>
|
|
|
+
|
|
|
+ <input type='submit' id='getMatches' value='Submit Score'>Se Matcher</td>
|
|
|
+
|
|
|
</form>
|
|
|
</br>
|
|
|
</br>
|
|
|
@@ -56,4 +59,10 @@ $leagues = $conn->getLeagues();
|
|
|
|
|
|
</table>
|
|
|
|
|
|
-</body>
|
|
|
+</body>
|
|
|
+
|
|
|
+
|
|
|
+<script type="text/javascript">
|
|
|
+
|
|
|
+
|
|
|
+</script>
|