 |
|
 |
$result=@mysql_query("SELECT images FROM inside_bg WHERE year=$year");
$img=@mysql_result($result,0,0);
?>
 |
 |
|
 |
|
|
|
$tx=0;
$sql="select * from main_team where year='$year' and division='q' order by id";
$result=mysql_query($sql,$conn) or die($sql);
while($rs=mysql_fetch_array($result))
{
$tx++;
$rs[4]=str_replace("[]"," ",$rs[4]);
$tm=explode("+",$rs[team_m]);
?>
|
|
|

 |
 |
if($tx == 1) echo " QUALIFY ";
?>
|
|
|
|
|
|
TEAM SUPERVISOR: |
|
TEAM MEMBERS: |
|
|
|
|
|
|
|
|
|
} // end Qualify
###############################
##############################
$tx=0;
$sql="select * from main_team where year='$year' and division='a' order by id ";
$result=mysql_query($sql,$conn) or die($sql);
while($rs=mysql_fetch_array($result))
{
$tx++;
$rs[4]=str_replace("[]"," ",$rs[4]);
$tm=explode("+",$rs[team_m]);
?>
|
|
|

 |
 |
if($tx == 1) echo "DIVISION A";
?>
|
|
|
|
|
|
TEAM SUPERVISOR: |
|
TEAM MEMBERS: |
|
|
|
|
|
|
|
|
|
} //*** end team A
$tx=0;
$sql="select * from main_team where year='$year' and division='b' order by id ";
$result=mysql_query($sql,$conn) or die($sql);
while($rs=mysql_fetch_array($result))
{
$tx++;
$rs[4]=str_replace("[]"," ",$rs[4]);
$tm=explode("+",$rs[team_m]);
?>
|
|
|

 |
 |
if($tx ==1) echo "DIVISION B";
?>
|
|
|
|
|
|
TEAM SUPERVISOR: |
|
TEAM MEMBERS: |
|
|
|
|
|
|
|
|
|
} //*** end team B
$tx=0;
$sql="select * from main_team where year='$year' and division='c' order by id";
$result=mysql_query($sql,$conn) or die($sql);
while($rs=mysql_fetch_array($result))
{
$tx++;
$rs[4]=str_replace("[]"," ",$rs[4]);
$tm=explode("+",$rs[team_m]);
?>
|
|
|

 |
 |
if($tx ==1) echo "DIVISION C";
?>
|
|
|
|
|
|
TEAM SUPERVISOR: |
|
TEAM MEMBERS: |
|
|
|
|
|
|
|
|
|
} //** end team C
$tx=0;
$sql="select * from main_team where year='$year' and division='d' order by id";
$result=mysql_query($sql,$conn) or die($sql);
while($rs=mysql_fetch_array($result))
{
$tx++;
$rs[4]=str_replace("[]"," ",$rs[4]);
$tm=explode("+",$rs[team_m]);
?>
|
|
|

 |
 |
if($tx ==1) echo "DIVISION D";
?>
|
|
|
|
|
|
TEAM SUPERVISOR: |
|
TEAM MEMBERS: |
|
|
|
|
|
|
|
|
|
} //**end team D
?>
|
|
|
|
$sql="select * from organizers where year='$year' order by id";
$result=mysql_query($sql,$conn) or die($sql);
while($rs=mysql_fetch_array($result))
{
$xa++;
$c_img[$xa]=$rs['images'];
$c_url[$xa]=$rs[2];
}
?>
 |
       |
 |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
|
|
|
|