Registration Complete real_escape_string($appno).'" AND sname= "'.$con->real_escape_string($name).'")'; $result = mysqli_query($con,$databaseQuery) or die('Query failed: ' . mysqli_error()); } if($result) { $rescnt= mysqli_num_rows ($result ); if($rescnt!=1) { echo '

Name / Application No. Not found. Try Again

'; echo ''; return; } $row = mysqli_fetch_array($result); /* if($_SESSION['username'] !="secretary") { if(trim($row["club"]) != $_SESSION['username']) { echo "

Please dont try to open other distirct participant details."; exit(); } }*/ $appno=trim($row["appno"]); $sname=trim($row["sname"]); $tnrsaid=trim($row["tnrsaid"]); $dob=trim($row["dob"]); $age=trim($row["age"]); $ag=trim($row["agegroup"]); $gender=trim($row["gender"]); //$club=trim($row["club"].",".$row["school"]); $school=$row["school"]; $club=trim($row["club"]); $clubname=trim($row["clubname"]); $fathername=trim($row["fathername"]); $address=trim($row["address"]); $city=trim($row["city"]); $pin=trim($row["pin"]); $phone=trim($row["phone"]); $email=trim($row["email"]); $blood=trim($row["bloodgroup"]); $skatertype=trim($row["skatertype"]); $parentoccupation=trim($row["parentoccupation"]); $photourl=$row["photourl"]; $nodob=""; $doburl=$row["doburl"]; if($doburl=='NA') { $nodob="true"; } $adjrink1=trim($row["adjrink1"]);if($adjrink1=="P"){$adjrink1="Race-1, ";}else{$adjrink1=" ";} $adjrink2=trim($row["adjrink2"]);if($adjrink2=="P"){$adjrink2="Race-2, ";}else{$adjrink2=" ";} $adjrink3=trim($row["adjrink3"]);if($adjrink3=="P"){$adjrink3="Race-3, ";}else{$adjrink3=" ";} $u8race1q=trim($row["u8race1q"]);if($u8race1q=="P"){$u8race1q="Quad-Race-1, ";}else{$u8race1q=" ";} $u8race2q=trim($row["u8race2q"]);if($u8race2q=="P"){$u8race2q="Quad-Race-2, ";}else{$u8race2q=" ";} $u8race1i=trim($row["u8race1i"]);if($u8race1i=="P"){$u8race1i="Inline-Race-1, ";}else{$u8race1i=" ";} $u8race2i=trim($row["u8race2i"]);if($u8race2i=="P"){$u8race2i="Inline-Race-2, ";}else{$u8race2i=" ";} $under8=trim($u8race1q.$u8race2q.$u8race1i.$u8race2i); if($under8=="") { $under8="NA"; } $rink1=trim($row["rink1"]);if($rink1=="P"){$rink1="Rink I (500m), ";}else{$rink1=" ";} $rink2=trim($row["rink2"]);if($rink2=="P"){$rink2="Rink II (1000m), ";}else{$rink2=" ";} $road1=trim($row["road1"]);if($road1=="P"){$road1="Road I (1 Lap), ";}else{$road1=" ";} $road2=trim($row["road2"]);if($road2=="P"){$road2="Road II (1500-U12 / 3000m), ";}else{$road2=" ";} $quad=trim($rink1.$rink2.$road1.$road2); if($quad=="") { $quad="NA"; } $rink3=trim($row["rink3"]);if($rink3=="P"){$rink3="Rink III (500m), ";}else{$rink3=" ";} $rink4=trim($row["rink4"]);if($rink4=="P"){$rink4="Rink IV (1000m), ";}else{$rink4=" ";} $road3=trim($row["road3"]);if($road3=="P"){$road3="Road III (100m), ";}else{$road3=" ";} $road4=trim($row["road4"]);if($road4=="P"){$road4="Road IV (1 Lap), ";}else{$road4=" ";} $road5=trim($row["road5"]);if($road5=="P"){$road5="Road V (3000m), ";}else{$road5=" ";} $p2p=trim($row["p2p"]);if($p2p=="P"){$p2p="Point to Point + E (Rink)(10000m), ";}else{$p2p=" ";} $elim=trim($row["elim"]);if($elim=="P"){$elim="Elim (Rink) (5000/15000m), ";}else{$elim=" ";} $p2prd=trim($row["p2prd"]);if($p2prd=="P"){$p2prd="Point to Point (Road) (10000m), ";}else{$p2prd=" ";} $elimrd=trim($row["elimrd"]);if($elimrd=="P"){$elimrd="Elim (Road) (20000m), ";}else{$elimrd=" ";} $relay=trim($row["relay"]);if($relay=="P"){$relay="RELAY, ";}else{$relay=" ";} $marathon=trim($row["marathon"]);if($marathon=="P"){$marathon="MARATHON, ";}else{$marathon=" ";} $inline=trim($rink3.$rink4.$p2p.$elim.$road3.$road4.$road5.$p2prd.$elimrd.$relay.$marathon); if($inline=="") { $inline="NA"; } $figure=trim($row["figure"]);if($figure=="P"){$figure="FIGURE, ";}else{$figure=" ";} $free=trim($row["free"]);if($free=="P"){$free="FREE, ";}else{$free=" ";} $combined=trim($row["combined"]);if($combined=="P"){$combined="COMBINED, ";}else{$combined=" ";} $pair=trim($row["pair"]);if($pair=="P"){$pair="PAIR, ";}else{$pair=" ";} $pairpartnername=trim($row["pairpartnername"]); $pairpartnerag=trim($row["pairpartnerag"]); $inlinefree=trim($row["inlinefree"]);if($inlinefree=="P"){$inlinefree="INLINE-FREE, ";}else{$inlinefree=" ";} $solodance=trim($row["solodance"]);if($solodance=="P"){$solodance="SOLODANCE, ";}else{$solodance=" ";} $pairdance=trim($row["pairdance"]);if($pairdance=="P"){$pairdance="COUPLE-DANCE, ";}else{$pairdance=" ";} $coupledancepartnername=trim($row["coupledancepartnername"]); $coupledancepartnerag=trim($row["coupledancepartnerag"]); $quartet=trim($row["quartet"]);if($quartet=="P"){$quartet="QUARTET";}else{$quartet=" ";} $artistic=trim($figure.$free.$combined.$pair.$inlinefree.$solodance.$pairdance.$quartet); if($artistic=="") { $artistic="NA"; } $quadhockey=trim($row["quadhockey"]);if($quadhockey=="P"){$quadhockey="ROLLER-HOCKEY, ";}else{$quadhockey=" ";} $inlinehockey=trim($row["inlinehockey"]);if($inlinehockey=="P"){$inlinehockey="INLINE-HOCKEY, ";}else{$inlinehockey=" ";} $hockey=trim($quadhockey.$inlinehockey); if($hockey=="") { $hockey="NA"; } $classicslalom=trim($row["classicslalom"]);if($classicslalom=="P"){$classicslalom="CLASSIC-SLALOM, ";}else{$classicslalom=" ";} $speedslalom=trim($row["speedslalom"]);if($speedslalom=="P"){$speedslalom="SPEED-SLALOM, ";}else{$speedslalom=" ";} $freestyle=trim($classicslalom.$speedslalom); if($freestyle=="") { $freestyle="NA"; } $alpine=trim($row["alpine"]);if($alpine=="P"){$alpine="ALPINE, ";}else{$alpine=" ";} $downhill=trim($row["downhill"]);if($downhill=="P"){$downhill="DOWNHILL, ";}else{$downhill=" ";} $rollerderby=trim($row["rollerderby"]);if($rollerderby=="P"){$rollerderby="ROLLER-DERBY, ";}else{$rollerderby=" ";} $rollerfreestyle=trim($row["rollerfreestyle"]);if($rollerfreestyle=="P"){$rollerfreestyle="ROLLER-FREESTYLE, ";}else{$rollerfreestyle=" ";} $skateboarding=trim($row["skateboarding"]);if($skateboarding=="P"){$skateboarding="SKATEBOARDING, ";}else{$skateboarding=" ";} $precision=trim($row["precisionskating"]);if($precision=="P"){$precision="PRECISION, ";}else{$precision=" ";} $showgroup=trim($row["showgroup"]);if($showgroup=="P"){$showgroup="SHOWGROUP, ";}else{$showgroup=" ";} $other=trim($alpine.$downhill.$rollerderby.$rollerfreestyle.$skateboarding.$precision.$showgroup); if($other=="") { $other="NA"; } echo '
'; echo ''; ?> '; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; //echo ''; //echo ''; //echo ''; //echo ''; echo ''; echo ''; echo ''; /*echo '';*/ /*echo '';*/ echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo '
Conducted by Karnataka Roller Skating Association (TRSA)
Under the auspices of Roller Skating Federation of India
10th,11th,12th,13th,16th & 17th November 2018
Hosted/Organised by Roller Skating Association of Ernakulam & Idukki Roller Skating Association

SKATER ENTRY FORM
Application No :'.$appno.'

Name :'.$sname.'
Date of Birth :'.$dob.'
Age : '.$age.' '; echo ' , Age Group : '.$ag.' (as on 31-12-2018)
Gender :'.$gender.'
District :'.$club.'
School :'.$school.'
Blood Group :'.$blood.'
Father Name :'.$fathername.'
Phone & Email : '.$phone.' '.$email.'
Address, City, Phone & Email :As Entered Online.
City :'.$city.'
Phone :'.$phone.' '.$email.'
Address :'.$address.' '.$city.' '.$pin.'
Participation Details
Adjustable '; //echo $rink1; if($adjrink1=='true') { echo ' Rink I, '; } if($adjrink2=='true') { echo ' Rink II, '; } if($adjrink2a=='true') { echo ' Rink II A, '; } if($adjrink1!='true' && $adjrink2!='true' && $adjrink2a!='true') { echo 'NA'; } echo '
Under-8 '; //echo $rink1; echo $under8; echo '
Speed-Quad '; //echo $rink1; echo $quad; echo '
Speed-Inline '; echo $inline; echo '
Artistic '; echo $artistic; echo '
Hockey '; echo $hockey; echo '
Inline-FreeStyle '; echo $freestyle; echo '
Other '; echo $other; echo '
'; ?>

Note-I: Skaters have to participate(a).in one discipline only i.e. in Speed Skating or Artistic Skating or Hockey or Freestyle Skating/Demo event,(b).in their own age group, Upper Age Group jumping is not permitted.

Note:II: ELIGIBILITY: Skaters studying/domicile now in Trivandrum District and Registered for the year 2018-2019 only will be allowed.

Note-III: Below 8 years age group events are recreational events at District Level only, there will be no Individual Champions, all skaters will be graded and participation certificates only will be issued. I / My ward wish to participate in the above championships for the above mentioned ( √ ) events.

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, TDRSA/TRSA/RSFI/KSSC/DSC and their officials/ Organizers will not be responsible or liable for the same.

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/TDRSA/TRSA/RSFI/CARS/FIRS at any point of time. The District/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 have to take Accident/Medical/Life Insurance Policy before participating in the District Championship.

I/ My ward is aware that as per rules, only the RSFI registered skaters are allowed to participate in Internationals, Asians and RSFI approved National-All India-Memorial-Invitational-Open Tournaments and the State/U.T Units approved State—District & other local championship, hence participation in any competition & / or championship/Tournament which does not have the approval of RSFI/TRSA/TDRSA will lead to disciplinary action/disqualification.

I / My Ward hereby confirm and declare that I/ My ward have/has not taken part in any championship/Tournament held during 2014-15/2015-16/2016-17/2017-18 which did not have the approval of RSFI/TRSA/TDRSA. I/ my ward further agree that the above confirmation and declaration if found wrong, I am/ my ward is ready to accept the decision as deemed fit taken by TDRSA.

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 TDRSA/TRSA(R & R No.1 RR Dt.29.08.2014)/RSFI & I have read & understood the Rules & Regulations of the sport of Roller Skating and the Championship Circular Dt.26.09.2018 and agree to abide by the same.


Signature of Skater                                                                              Signature of Parent/Guardian (for Under 16)

Seal & Signature of the District Association




* Last date for Entry is 7.11.2018 / #Application Number is not serial Number, it is generated when Online entry submitted.


For Office use Only
Annual Skaters Registrtaion Fee:Rs.………… Entry Fee:………… Total Rs…………..


    
'; echo '
'; //echo $doburl; /*if($doburl!='NA') { echo ''; } */ if(strpos($tnrsaid,'TEMP') !== false) { echo 'Please attach original bonafied certificate / DOB Proof . Please note.. Scanned Copy & Hard Copy Should be exactly same. If not.. scan & upload new one.'; } echo '
'; echo'
'; } } ?>