<? @session_start ?> <!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 { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } </style> </head> <body> <table width="100%" cellspacing="0" cellpadding="0"> <tr> <td colspan="2"><img src="/shop/images/logo.JPG" width="100%" height="90" /></td> </tr> <tr> <td width="20%" valign="top"><table width="20%" cellspacing="0" cellpadding="0"> <tr> <td align="center" bgcolor="#99FFFF">สมาชิก&สมัคร</td> </tr> <tr> <? include ("../shop/include/dbconnect.php"); include ("../shop/include/function.php"); ?> <? if ($_SESSION['log'] == 'login'){ ?> <td><table width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="33%">สวัดดีคุณ</td> <td width="67%"><? echo " $_SESSION[name] ";?></td> </tr> <tr> <td>ตำแหน่ง</td> <td> </td> </tr> <tr> <td> </td> <td> </td> </tr> </table> <? } else {?> <form id="form1" name="form1" method="post" action="member/login.php?op=log"> <table width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="33%">User</td> <td width="67%"><input type="text" name="txt_user" id="txt_user" /></td> </tr> <tr> <td>Password</td> <td><input type="text" name="txt_name" id="txt_name" /></td> </tr> <tr> <td> </td> <td><input type="submit" name="button" id="button" value="Submit" /></td> </tr> </table> </form><? } ?> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> </table></td> <td width="80%" align="left" valign="top" bgcolor="#99FF99"> <? switch ($_GET[home]){ case register: include("member/register.php"); break; case webboard: include("webboard/index.php"); break; case post: include("webboard/comment.php"); break; case login: include("member/login.php"); break; default: include ("home.php"); break; } //แสดง URL ==> localhost/shop/index.php?home=register ?></td> </tr> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง