<? session_start() ; if (!isset($_SESSION['login_true'])) { header("Location: index.php"); exit; } ?> <? include("config.php") ; mysql_select_db($db) ; $result = mysql_query("select * from user where user_login='$_SESSION[login_true]'") or die ("Err Can not to result"); $dbarr = mysql_fetch_array($result) ; ?> <!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>AFTER LOGIN</title> <link rel="stylesheet" type="text/css" href="css/style.css" /> <link rel="stylesheet" type="text/css" href="css/style2.css" /> </head> <body> <div class="container"> <div class="content1"> <script src="jquery.min.js" type="text/javascript"></script> <script src="java.js" type="text/javascript"></script> <ul id="jsddm"> <li><a href="#">สมาชิก</a> <ul> <li><a href="member_detail.php">ข้อมูลสมาชิก</a></li> <li><a href="member_edit.php">แก้ไขข้อมูล</a></li> <li><a href="logout.php">ออกจากระบบ</a></li> </ul> </li> <li><a href="#">Effect</a> <ul> <li><a href="#">Slide Effect</a></li> <li><a href="#">Fade Effect</a></li> <li><a href="#">Opacity Mode</a></li> <li><a href="#">Drop Shadow</a></li> <li><a href="#">Semitransparent</a></li> </ul> </li> <li><a href="#">Navigation</a></li> <li><a href="#">HTML/CSS</a></li> <li><a href="#">Dynamic PHP</a></li> <li><a href="#">Dynamic PHP</a></li> <li><a href="#">Dynamic PHP</a></li> <li><a href="#">Dynamic PHP</a></li> </ul><br/> </div> <div id="content1"> <h1>Instructions</h1> <p>ทดสอบ</p> <h2>Clearing Method</h2> <p>Because all the columns are floated, this layout uses a clear:both declaration in the .footer rule. This clearing technique forces the .container to understand </p> <p> </p> </div> <div class="footer"> <p><center>COPY RIGHT FACESHIP PROJECT BY COMEDU 53'3 COMEDU.SRRU.AC.TH</center></p> </div> </div> </body> </html>
<!-- Container --> <? switch ($_GET["page"]) { case "home": include("page_home.php"); break; case "service": include("page_service.php"); break; case "product": include("page_product.php"); break; case "aboutus": include("page_aboutus.php"); break; case "contactus": include("page_contactus.php"); break; default: include("page_home.php"); } ?>
<? session_start() ; if (!isset($_SESSION['login_true'])) { header("Location: index.php"); exit; } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง