<html> <head> <title>การตรวจสอบชื่อผู้ใช้และรหัสผ่าน</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <LINK href="style.css" type=text/css rel=stylesheet> <style type="text/css"> <!-- body { background-color: #FFFFFF; } --> </style></head> <center> <body> <?php $username=$_POST[username]; $password=$_POST[password]; include "include/db_cnn.php"; $sql="select * from project where username='$username' and password='$password'"; $result=mysql_db_query($dbname,$sql); $num=mysql_num_rows($result); mysql_close (); if ($num <=0) { ?> <? include "login_new.php"; ?> <?php } else { @session_start () ; $_SESSION[sess_userid]=session_id () ; $_SESSION[sess_username]=$username; header ("Location:member_show.php"); } ?> </body> </center> </html>
<? session_start (); ?>
<? ob_start(); ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง