Home > ตารางกำหนดการประกวด Miss Thailand World 2012
Coming Soon!

include_once("inc/incConn.php");?>
include("banner.php");?>
$sql="select * from tbl_news where BIT_ENABLE ='True' and YEAR(DTE_NEWS_DATE)='2013' order by DTE_NEWS_DATE DESC,INT_NEWS_ID DESC limit 0,4";
$rs=mysql_query($sql);
while($row=mysql_fetch_array($rs)){
if($row['INT_NEWS_CATEGORY_ID']==1){
$link="news-pr-detail.php";
}else if($row['INT_NEWS_CATEGORY_ID']==2){
$link="news-gossip-detail.php";
}else if($row['INT_NEWS_CATEGORY_ID']==3){
$link="news-activities-detail.php";
}
?>
}?>