<? if ($_GET[language] =="1") { $lan="THAI"; $chose="includes/thai.inc.php"; }else{ $lan="ENGLISH"; $chose="includes/eng.inc.php"; } include("$chose"); include("includes/connect.php"); ?>
/* thai.inc.php */ <? $manu[1]="หน้าหลัก"; $manu[2]="สมาชิก"; $manu[3]="สินค้า"; $manu[4]="โปรโมชั่น"; $manu[5]="ติดต่อเรา"; $manu[6]="ชื่อ"; $manu[7]="รหัส"; $manu[8]="ตกลง"; $manu[9]="ยกเลิก"; ?> /* eng.inc.php */ <? $manu[1]="HOME"; $manu[2]="MEMBER"; $manu[3]="PRODUCT"; $manu[4]="PROMOTION"; $manu[5]="CONTACT US"; $manu[6]="Username"; $manu[7]="Password"; $manu[8]="submit"; $manu[9]="cancel"; ?>
<? if ($_GET[language] =="1") { $lan="THAI"; $chose="includes/thai.inc.php"; }else{ $lan="ENGLISH"; $chose="includes/eng.inc.php"; } include("$chose"); include("includes/connect.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <link href="css/cssVcj.css" rel="stylesheet" type="text/css" /> </head> <body> <form id="form1" name="form1" method="post" action="layout.php"> <div class="container"> <div align="right"> <a href="layout.php?language=1"><img src="images/Thailand.png" width="30" height="30" /></a> <a href="layout.php?language=2"><img src="images/England.png" width="30" height="30" /></a> </div> <div class="header"><img src="images/headerimg.jpg" width="960" height="250" /></div> <div class="sidebar2"> <div class="sidebar1"> <? include ('includes/menuF.php');?> <script type="text/javascript" src="http://www.easypolls.net/ext/scripts/emPoll.js?p=4e2403a2a34eb0e460b34f91"></script><a class="OPP-powered-by" href="http://www.objectplanet.com/opinio/" style="text-decoration:none;"><div style="font: 9px arial; color: gray;">surveys & polls</div></a> </div> <p class="clear"><div class="sidebar1"> <p> <label for="textfield" class="font"><? echo $manu[6]; ?></label> <input type="text" name="textfield" id="textfield" class="box" /> </p> <p> <label for="textfield2" class="font"><? echo $manu[7]; ?></label> <input type="text" name="textfield2" id="textfield2" class="box" /> </p> <p> <input class="botton" type="submit" name="button" id="button" value="<? echo $manu[8]; ?>" /> <input class="botton" type="reset" name="button2" id="button2" value="<? echo $manu[9]; ?>" /> </p> </div></p> </div> <div class="content"> <div class="newsbox">NEWS <? $sql_info = "select * from vcj_content where catid=45 order by id DESC limit 10 "; $exec_info = sendquery($sql_info); while ($r = @mysql_fetch_array($exec_info)) { $r_introtext = $r[introtext]; $n++; ?> <p> <div class="news"> <div> <?=$r_introtext;?> </div> </div> </p> <? } ?> </div> <!-- end .content --></div> <p class="clear"> <div class="footer">Footer</div> </p> <!-- end .container --></div> </form> </body> </html>
if ($_GET[language] =="1") { $_SESSION[lan]="THAI"; $chose="includes/thai.inc.php"; }elseif(($_GET[language] =="2"){ $_SESSION[lan]="ENGLISH"; $chose="includes/eng.inc.php"; }else{ ///ไม่มีค่าอะไรเลย $_SESSION[lan]="THAI"; $chose="includes/thai.inc.php"; } include("$chose"); include("includes/connect.php");
<? session_start(); echo $_SESSION["language"] = $_GET["language"]; session_write_close(); ?> <? if ($_SESSION["language"] =="1") { $lan="THAI"; $chose="includes/thai.inc.php"; }else{ $lan="ENGLISH"; $chose="includes/eng.inc.php"; } include("$chose"); include("includes/connect.php"); ?>
<? session_start(); $_SESSION["language"] = $_GET["language"]; session_write_close(); ?> <? if ($_SESSION["language"] =="1") { $chose="includes/thai.inc.php"; }else{ $chose="includes/eng.inc.php"; } include("$chose"); include("includes/connect.php"); ?>
<? session_start(); ?> <? if ($_SESSION["language"] =="1") { $chose="includes/thai.inc.php"; }else{ $chose="includes/eng.inc.php"; } include("$chose"); include("includes/connect.php"); ?>
<? session_start(); if ($_GET[language] =="1") { $_SESSION[lan]="1"; $chose="includes/thai.inc.php"; } elseif ($_GET[language] =="2") { $_SESSION[lan]="2"; $chose="includes/eng.inc.php"; } else { ///ไม่มีค่าอะไรเลย $_SESSION[lan]="1"; $chose="includes/thai.inc.php"; } include("$chose"); include("includes/connect.php"); ?>
if($_GET[language]){ $_SESSION[lan]=$_GET[language]; }else{ $_SESSION[lan]; } if($_SESSION[lan]=='1'){ echo ">>".$chose = "THAI"; }else{ echo ">>".$chose = "ENG"; }
<? session_start(); if($_SESSION["lang"] == "EN") { include("en.php"); } else { include("th.php"); } ?>
<? $strTitle = "ยินดีต้อนรับเข้าสู่เว็บไซต์ของฉัน"; $strHome = "หน้าแรก"; $strService = "บริการของเรา"; $strAbout = "เกี่ยวกับเรา"; $strContact = "ติดต่อเรา"; //** สมมุติค่ามาจาก Database ที่ได้จากการ Query ***// $result["DETAIL_TH"] = "นี้คือเนื้อหาภาษาไทย"; $strDetail = $result["DETAIL_TH"]; ?>
<? $strTitle = "Welcome to My Web Site"; $strHome = "Home"; $strService = "Service"; $strAbout = "About Us"; $strContact = "Contact Us"; //** สมมุติค่ามาจาก Database ที่ได้จากการ Query ***// $result["DETAIL_EN"] = "This is content English"; $strDetail = $result["DETAIL_EN"]; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง