รายงานงบลงทุน รร. ปี 62
header('Content-Type: text/html; charset=tis-620'); include('../db_config.php'); $sql="select *,sum(amount) as npro,sum(budget) as total from sk1_bg62 group by ssmis order by sampur"; $result=mysql_query($sql); echo <<
ที่
โรงเรียน
ราย
การ
รวมงบ
ประมาณ
ราย
งาน
TH; $rw=1; $tpro=0; while ($db=mysql_fetch_array($result)) { if ($db[pm_get] > 0 ) { $tpro++; $gg='
'; } else { $gg='
'; } // $perc=number_format($tpro*100/104,2,'.',''); $tt=number_format($db[total]); if ($rw%2) { $cl='#f7f0ff'; } else { $cl='#f2eaff'; } echo "
$rw
$db[sname]
$db[sampur]
$db[npro]
$tt
$gg
"; $rw++; $ttpro+=$db[npro]; $ttotal+=$db[total]; } $ttotal=number_format($ttotal); echo "
รวม
$ttpro
$ttotal
$tpro
"; ?>