<form name='login' action='chk.php' method='post'> Name<input type='text' name='name'><br> Password<input type='password' name='password'><br> <input type='submit'> </form>
/*include database connection srting*/ $name=$_POST['name']; $password=$_POST['password']; $Str=mysql_query("select * from table where name='$name' and password='$password'"); $rows=mysql_fetch_array($Str); if($rows > 0) { echo '<script>windows.location="'.$rows['url'].'"</script>' }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง