<? ob_start(); session_start(); include('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> </head> <body> </body> </html> <? $sql = "select * from $tb_member where $fiw_user = '".trim($_POST['user'])."' and $fiw_pass = '".trim($_POST['pass'])."' "; $query = mssql_query($sql); $array = mssql_fetch_array($query); if(!$array) { echo "ล๊อกอินล้มเหลว"; } else { $_SESSION["ID"] = $array["MemberKey"]; session_write_close(); if($array) { header("location:main.php"); } } ?>
<? session_start(); if($_SESSION["ID"] == "") { echo "Please Login!"; exit(); } include('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> <style type="text/css"> <!-- body { background-color: #CCFFFF; } --> </style></head> <body> <? $sql2 ="select * from $tb_member where $fiw_user = '".$_SESSION["ID"]."' "; $query2 = mssql_query($sql2); $array2 = mssql_fetch_array($query2); $keyid = $array2['MemberKey']; ?> <table width="500" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><div align="center">ระบบสมาชิก</div></td> </tr> <tr> <td>สวัดดีครับ คุณ :: <? echo $array2['ID']?></td> </tr> <tr> <td> <? echo $keyid ?></td> </tr> <tr> <td> </td> </tr> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง