include("connect.php");
?>
啟英高中103年 暑期新生扶助學習 報名表
報名已截止
$Chi1=0;
$Chi2=0;
$Chi3=0;
$Chi4=0;
$Chi5=0;
$Eng1=0;
$Eng2=0;
$Eng3=0;
$Eng4=0;
$Eng5=0;
$Math1=0;
$Math2=0;
$Math3=0;
$Math4=0;
$Math5=0;
$sqlprop = "select * from 103newly_prop";
$resultprop = mysql_query($sqlprop) or die("无法送出" . mysql_error( ));
while ( $rowprop = mysql_fetch_array($resultprop) )
{
if($rowprop[Chi]=='Mon')
$Chi1=$Chi1+1;
if($rowprop[Chi]=='Tue')
$Chi2=$Chi2+1;
if($rowprop[Chi]=='Wed')
$Chi3=$Chi3+1;
if($rowprop[Chi]=='Thu')
$Chi4=$Chi4+1;
if($rowprop[Chi]=='Fri')
$Chi5=$Chi5+1;
if($rowprop[Eng]=='Mon')
$Eng1=$Eng1+1;
if($rowprop[Eng]=='Tue')
$Eng2=$Eng2+1;
if($rowprop[Eng]=='Wed')
$Eng3=$Eng3+1;
if($rowprop[Eng]=='Thu')
$Eng4=$Eng4+1;
if($rowprop[Eng]=='Fri')
$Eng5=$Eng5+1;
if($rowprop[Math]=='Mon')
$Math1=$Math1+1;
if($rowprop[Math]=='Tue')
$Math2=$Math2+1;
if($rowprop[Math]=='Wed')
$Math3=$Math3+1;
if($rowprop[Math]=='Thu')
$Math4=$Math4+1;
if($rowprop[Math]=='Fri')
$Math5=$Math5+1;
}
?>
目前報名人數 (各科班名額有限 額滿即停止報名 請選其它日期)
科目 |
星期一 |
星期二 |
星期三 |
星期四 |
星期五 |
國文 |
echo $Chi1; ?>/80 |
echo $Chi2; ?>/40 |
echo $Chi3; ?>/80 |
echo $Chi4; ?>/120 |
echo $Chi5; ?>/40 |
英文 |
echo $Eng1; ?>/80 |
無 |
echo $Eng3; ?>/40 |
echo $Eng4; ?>/80 |
無 |
數學 |
echo $Math1; ?>/80 |
echo $Math2; ?>/120 |
echo $Math3; ?>/120 |
echo $Math4; ?>/40 |
echo $Math5; ?>/40 |