D:\host\scoreman.in\assisiinterschool2025closed\conf.php

<?php

/*function event()
{

}
$events=array(
    'rink1' => array('title'=>'Rink - I (1 Lap)','distance',),
    'dates' => 'root',
    'venue' => 'root',
    'declaration' => 'root',
	'declaration2' => 'root',

);*/
// $teams=array(
// 'Bangalore Urban'=>'1934362',
// 'Belgaum'=>'6438774',
// 'Bellary'=>'4855165',
// 'Chikballapur'=>'3149324',
// 'Dakshina Kannada'=>'5445643',
// 'Davanagere'=>'9635494',
// 'Dharwad'=>'6875085',
// 'Gulbarga'=>'5537955',
// 'Kolar'=>'7275303',
// 'Koppal'=>'1878893',
// 'Mandya'=>'6484784',
// 'Mysore'=>'6285293',
// 'Shimoga'=>'7438924',
// 'Tumakuru'=>'9852634',
// 'Uttara Kannada'=>'3846523',
// 'Ace Rollers Bangalore'=>'656567',
// 'Aryan Bangalore'=>'334566',
// 'AVS Skaters Bangalore'=>'33436',
// 'Best Club Bangalore'=>'438772',
// 'BRUNDAVAN Bangalore'=>'43442',
// 'BTM Bangalore'=>'434892',
// 'City Skaters Bangalore'=>'43423',
// 'EKALAVYA Bangalore'=>'44542',
// 'ERSC Bangalore'=>'56542',
// 'Force1 Bangalore'=>'989842',
// 'GOD SPEED Bangalore'=>'4342',
// 'Hampinagar Bangalore'=>'65654',
// 'Hombegowda Bangalore'=>'878656',
// 'KEMPEGOWDA Bangalore'=>'41762',
// 'Navi Skaters Bangalore'=>'65657',
// 'PHOENIX Bangalore'=>'434662',
// 'PRSC Bangalore'=>'454545',
// 'RVSC Bangalore'=>'23455',
// 'Sahakarnagar Bangalore'=>'656433',
// 'Sai skaters Bangalore'=>'343323',
// 'SreeRam Bangalore'=>'45434',
// 'Sundar Bangalore'=>'454234',
// 'Swastik Bangalore'=>'65633',
// 'Team Rollo Bangalore'=>'56532',
// 'Unique Bangalore'=>'43435',
// 'OpenEntry-Bangalore'=>'342232',
// 'KRSA-Chitradurga'=>'23444',
// );

/*
'Open Entry A'=> '32040',
'Open Entry B'=> '70713',
'Open Entry C'=> '47059',
'Open Entry D'=> '92297',
'Open Entry E'=> '29835',
'Open Entry F'=> '17356',
'Open Entry G'=> '89631',
'Open Entry H'=> '84246',
*/

$districts=array();
$clubs=array();
include('dbconnect.php');

   $databaseQuery = 'SELECT * FROM championships';
   $result3 = mysqli_query($con,$databaseQuery) or die('Query failed: ' . mysqli_error());
      while($row = mysqli_fetch_array($result3))
  {
      $ID=trim($row["ID"]);
      $district=trim($row["district"]);
        $championshiptitle=trim($row["championshiptitle"]);
        $regno=trim($row["regno"]);
         $pass=trim($row["pass"]);
      // array_push($districts[$district],$pass);
      $districts[$district]=$pass;
        }



   $databaseQuery = 'SELECT * FROM clubs order by ID';
   $result3 = mysqli_query($con,$databaseQuery) or die('Query failed: ' . mysqli_error());
      while($row = mysqli_fetch_array($result3))
  {
      $ID=trim($row["ID"]);
      $clubname=trim($row["clubname"]);

         $pass=trim($row["pass"]);
      // array_push($districts[$district],$pass);
      $clubs[$clubname]=$pass;
        }


return array(
 'shorttitle' => 'ASSISIINTERSCHOOL2025',
    'eventtitle' => 'ASSISI INTER SCHOOL ROLLER SKATING TOURNAMENT 2025 SEASON - 2',
    'dates' => '<center></center></p> ',
    'lastdate' => 'Mar 02, 2020 23:55:00',
    'venue' => 'Ernakulam',
    'teams' => $districts,
          'clubs' => $clubs,
    'declaration' => 'Note-I: Skaters have to participate in one discipline only i.e. in Speed-Quad or Speed-Inline or Tenacity or Toy Inline in their own age group, Upper Age Group jumping is not permitted<br/><br/>

I / My ward wish to participate in the above championships for the above mentioned ( √ )  events.<br/>
I / I on behalf of my ward, hereby confirm and declare that any injury / Damages / Loss caused during the above Championship to myself / my ward, the School and their officials/ Organizers will not be responsible or liable for the same.<br/><br/>
I/ My ward is aware that (a).Anti Doping Rules of National Anti Doping Agency(NADA) is applicable to all participants. The players can be medically examined by the concerned agencies or any other agency advised by the government/KRSA/RSFI(India Skate)/CARS(World Skate-Asia)/FIRS(World Skate) at any point of time. The State Association/Federation may ask for necessary medical certificate/s in this regard from any player at any point of time. Expenses if any in this regard are to be borne by the concerned skater/s. (b).I/ My ward is aware that I/My ward have to take Accident/Medical/Life Insurance Policy before participating in the Tournament.<br/><br/>


I / I on behalf of my ward, also confirm and declare that I / My ward am / is aware of all the latest Rules & Regulations of the Event/KRSA/latest RSFI 11RR  &  the Tournament Circular and I/my ward  have/has  read & understood the Rules & Regulations of the sport of Roller Skating and agree to abide by the same.    <br/><br/>


',

	'declaration2' => '

 ',

);



?>