<? session_start(); include("config.inc.php"); echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />'; $Str_file = explode(".",$_FILES['txphoto']['name']); $photo_show = $_SESSION['id'].".".$Str_file['1']; if($Str_file['1'] != "jpg"){ $_SESSION["dot"] = $Str_file['1']; $_SESSION["rephoto"] = '<div class="alert alert-error" ><b class="icon-exclamation-sign"></b> ภาพของคุณไม่ใช่ชนิด .jpg .png .gif</div>'; header("Location:edit2.php?repro=check"); exit(); } if($Str_file['1'] == ""){ $_SESSION["rephoto"] = '<div class="alert" ><b class="icon-exclamation-sign"></b> คุณยังไม่ได้ใส่ภาพ ?</div>'; header("Location:edit2.php?repro=check"); exit(); } if(copy($_FILES["txphoto"]["tmp_name"],"photo/".$photo_show)) { $strSQL = "UPDATE member SET photo = '$photo_show' WHERE id = '".$_SESSION['id']."' "; $objQuery = mysql_query($strSQL); $_SESSION["rephoto"] = '<div class="alert alert-success" ><b class="icon-exclamation-sign"></b> เปลี่ยนรูปสำเร็จ</div>'; header("Location:edit2.php?repro=check"); } ?>
$_FILES["xxxxxxx"]["type"];
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง