ob_start ("ob_gzhandler"); session_start(); include ("include/connect.php"); include ("include/function.php"); include ("include/functionDB.php"); if ($_GET[lang] =="" || $_GET[lang]=="th") //ถ้าเป็นค่าว่างหรือ 0 ให้แสดงเมนูภาษาไทย { $chose="thai.inc.php"; }else{ //ถ้าไม่ใช่ค่า 0 หรือค่าว่าง ให้แสดงเมนูภาษาอังกฤษ $chose="eng.inc.php"; } include("$chose"); ?>
|