|
@@ -3,7 +3,6 @@ include_once __DIR__ . '/webDbConnection.php';
|
|
|
|
|
|
|
|
$conn = new WebDbConnection( );
|
|
$conn = new WebDbConnection( );
|
|
|
|
|
|
|
|
-var_dump($_POST);
|
|
|
|
|
$countryId = $_POST['countrySelector'];
|
|
$countryId = $_POST['countrySelector'];
|
|
|
$leagueId = $_POST['leagueSelector'];
|
|
$leagueId = $_POST['leagueSelector'];
|
|
|
|
|
|