header('Content-Type: text/html; charset=tis-620');
include('../db_config.php');
$sql="select * from inv65";
$result=mysql_query($sql);
echo <<
พิมพ์เกียรติบัตรอบรมพัสดุโรงเรียน 24-25 ก.พ.65
ที่ |
ชื่อ-สกุล/โรงเรียน |
TH;
$rw=1;
while ($db=mysql_fetch_array($result)) {
echo <<
$rw |
$db[name]
$db[school] |
TB;
$rw++;
}
echo "
";
?>
|