header('Content-Type: text/html; charset=tis-620');
include('db_config.php');
echo <<
จำนวนนักเรียน แยกรายโรงเรียน
ที่ |
โรงเรียน |
นักเรียน |
TH;
$sql="select * from std651 order by smis";
$result=mysql_query($sql);
$rw=1;
while ($db=mysql_fetch_array($result)) {
$stsum=number_format($db[stsum]);
echo <<
$rw |
$db[sname] |
$stsum |
TB;
$rw++;
$tt+=$db[stsum];
}
$tt=number_format($tt);
echo "
รวม |
$tt |
";
?>
|