require("../connectdb_utf.php");
$sql="select * from welcome_person where status='0' and dtype='1' order by id DESC";
$query=mysql_query($sql);
while($num=mysql_fetch_row($query)){
?>
|
echo $num[1]; ?> |
ตำแหน่ง |
echo $num[2]; ?> |
echo $num[3]; ?> |
|
|
}
mysql_close();
?>