
-
include("verticalbox.php"); ?>include("citybox.php"); ?>
-
include("citybox.php"); ?>include("verticalbox.php"); ?>

ผู้สนับสนุน

// Config URL $Yellowpages_URL = "http://media.yellowpages.co.th/yellowpages"; $SearchAPI_URL = "http://searchapi.yellowpages.co.th"; $People_URL = "http://media.yellowpages.co.th/people"; $Media_URL = "http://media.yellowpages.co.th/yellowpages"; $YPSearch_URL = "http://development.yellowpages.co.th"; $MarketSearch_URL = "http://development.yellowpages.co.th/market"; $MarketThai_URL = "http://www.marketthai.com"; $Market_URL = "http://market.yellowpages.co.th"; $MarketTab_URL = "http://media.yellowpages.co.th/yellowpages/marketthai"; $Government_URL = "http://media.yellowpages.co.th/government"; $WebIndex_URL = "http://media.yellowpages.co.th/webindex"; $Map_URL = "http://map.yellowpages.co.th"; $Category_URL = "http://media.yellowpages.co.th/category"; $Profile_URL = "http://profile.yellowpages.co.th"; $My_URL = "http://my.yellowpages.co.th"; $Login_URL = "http://login.yellowpages.co.th"; // Table Database $Table_Tel = "yp_telno"; $Table_News = "yp_news"; $Table_Km = "yp_km"; $FullPath_NewsPicture = "http://media.yellowpages.co.th/yellowpages/media/news/thumbnail"; $FullPath_KmPicture = "http://media.yellowpages.co.th/yellowpages/media/km/thumbnail"; ?> //=============== Function for page not include class utility ========// function xml2html($temp) { $temp = eregi_replace ( "<" , "<" , $temp ) ; $temp = eregi_replace ( ">" , ">" , $temp ) ; $temp = eregi_replace ( "&" , ">" , $temp ) ; $temp = eregi_replace ( """ , "\"" , $temp ) ; $temp = eregi_replace ( "'" , "'" , $temp ) ; return ( $temp ) ; } ?>