header('Content-Type: text/html; charset=tis-620');
include('../db_config.php');
$sql="select s233 from sk1_dlchk where s233<>'' order by s233";
$result=mysql_query($sql);
echo <<
| แนวทางการแก้ไข |
TH;
while ($db=mysql_fetch_array($result)) {
echo <<$db[s233] |
TB;
}
?>