<? 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="refresh" content="text/html;" /> <title>Untitled Document</title> </head> <body> <!-- Check Login--> <? include("config.inc.php"); if(!isset($_SESSION["OKLOGIN"])) { $result=mysql_query("select * from member_db where Username='$username' and Password='$password' "); if (mysql_num_rows($result)==0) { echo "<meta http-equiv= \"refresh\" content=\"3; url=Register/Form-login.php\"/>"; echo "Wrong user ID or password"; } else { $record = mysql_fetch_array($result); $_SESSION["nameuser"] = $record[Username]; $_SESSION["name"] = $record[Name]; $_SESSION["userid"] = $record[UserID]; $_SESSION["OKLOGIN"] = ""; } } if(isset($_SESSION["OKLOGIN"])) { ?> <!-- Check Login--> <? include("Include/header.php"); ?> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"><div align="center"> <!-- Header --> </div></td> </tr> <tr> <td width="24%"><div align="center"> <!-- Menu --> <? include("Include/menu.php"); ?> </div></td> <td width="76%"> <!-- Container --> <? switch ($_GET["page"]) { case "home": echo "Home"; include("Include/page_home.php"); break; case "profile": echo "Home -> Profile"; include("Office/show_profile.php"); break; case "register": echo "Home -> Register"; include("Register/Register.php"); break; case "saveregister": echo "Home -> SaveRegister"; include("Register/save_register.php"); break; case "post": echo "Home -> Post Many Website"; <---------------ต้องเปลี่ยนในส่วนนี้ไหมคับ include("Office/post_web.php"); break; case "contactus": echo "Home -> Contact Us"; include("Include/page_contactus.php"); break; default: echo "Home"; include("Include/page_home.php"); $_SESSION["name"]; $_SESSION["userid"]; break; } } ?> </td> </tr><a href="" <tr> <td colspan="2"><div align="center"> <!-- Footer --> <? include("Include/footer.php"); ?> </div></td> </tr> </table> </body> </html>
Quote:<select name="catalog" id="catalog"onchange="location.href='post_web.php?cate_Id='+this.value;" style="width:200px">
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง