<?php session_start();?> <?php require_once('../RPP/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="Page-Enter" CONTENT="BlendTrans(Duration=1)"> <META http-equiv="Page-Exit" CONTENT="BlendTrans(Duration=1)"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- TemplateBeginEditable name="doctitle" --> <title>Untitled Document</title> <!-- TemplateEndEditable --> <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --> <link href="css/font1.css" rel="stylesheet" type="text/css" /> <link href="../RPP/css/font1.css" rel="stylesheet" type="text/css" /> <style type="text/css"> body { margin-top: 0px; margin-left: 0px; } </style> </head> <body> <table width="735" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="535"> <img src="../RPP/images/logo2.jpg" width="535" height="70" /> </td> <td width="200" bgcolor="#3FAFD1" /> <table width="200" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="200" align="right" class="font12-2" /> <?php echo date("D d F Y h:i:s A"); ?> </td> </tr> <tr> <td width="200" align="right"> <?php if (empty($_SESSION["s_id"])) alertphp("กรุณาเข้าสู่ระบบ","login.php"); $sql = "select * from member where mid='".$_SESSION["s_id"]."'"; $result = mysql_query($sql) or die($sql); $num = mysql_num_rows($result); for ($i=1; $i<=$num; $i++){ $row = mysql_fetch_array($result); ?> <?php echo "คุณ ".$row["mname"]." "; ?><?php echo $row["msurname"]; ?> <?php } ?> </td> </tr> <tr> <td width="200" align="right" > <a href="logout.php" class="font14-N2">ออกจากระบบ</a> </td> </tr> </table> </td> </tr> <tr> <td colspan="2"><!-- TemplateBeginEditable name="edit" -->edit<!-- TemplateEndEditable --></td> </tr> </table> </body> </html>
Quote:มันขึ้นแบบนี้อ่ะครับ
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง