include"include/connect.php"; include"include/function.php"; include"include/functionDB.php"; $sql="Select * From tb_data where id_data=1"; $db_query=mysql_db_query($db,$sql); $re = mysql_fetch_array($db_query); if ($_GET[lang] =="" || $_GET[lang]=="th") //ถ้าเป็นค่าว่างหรือ 0 ให้แสดงเมนูภาษาไทย { $chose="thai.inc.php"; }else{ //ถ้าไม่ใช่ค่า 0 หรือค่าว่าง ให้แสดงเมนูภาษาอังกฤษ $chose="eng.inc.php"; } include("$chose"); ?>