Our Scripts Vault contains many game scripts that you can use to create your own game!
$leagueids = array();$query = "SELECT idleague FROM league WHERE idcountry = 1 ORDER BY nextleagueid ASC";$r = mysql_query($query);while ($row = mysql_fetch_row($r)) { $leagueids = $row[0];}print_r($leagueids);
$leagueids[] = $row[0];