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