<? ob_start(); session_start(); if($_SESSION["adminlogin"]=="") { header('location:index.php'); exit(); } //============ Start Session และทำการเรียก Function ติดต่อฐานข้อมูล require_once('../connect/connect.php'); require_once('../connect/function.php'); //=========== กรณีมีการแก้ไขรายการสินค้า if($_GET["Action"]=="Save") { $file_name = $HTTP_POST_FILES['file']['name']; //=========== บันทึกข้อมูลสินค้า $sql = "update product set Picture='$file_name' where ProductID='$_GET[ProductID]'"; $dbquery = mysql_query($sql); //echo $sql_up; // exit(); //=========== แก้ไขไฟล์เล็ก if(!empty($dbquery_up)) { $path="../picture"; //=========== อัพโหลตไฟลืเล็ก copy($HTTP_POST_FILES['file']['tmp_name'],"$path/$file_name"); $sql = "update product set Picture='$file_name' where ProductID='$_GET[ProductID]'"; $dbquery = mysql_query($sql_update); } echo"<script language='JavaScript'>"; echo"alert('แก้ไขข้อมูลเรียบร้อยแล้ว');"; echo"window.location='editproduct.php?ProductID=$_GET[ProductID]';"; echo"</script>"; } ?> <html> <title>..:: ระบบอัพเดทรูป ::</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <link rel="stylesheet" href="../css/styles.css" type="text/css"> <div align="center"><br> <? //=========== อ่านสินค้า $result=select("product","where 1=1 and ProductID='".$_GET["ProductID"]."'"); if(!$result) { header("location:product.php"); } ?> </div> <form name="frm<?=$i;?>" method="post" action="<?=$_SERVER['PHP_SELF'];?>?ProductID=<?=$_GET["ProductID"];?>&Action=Save" enctype="multipart/form-data" onSubmit="return checkvalue()"> <table cellspacing=1 cellpadding=3 width="35%" bgcolor=#CCCCCC border=0 align="center" height="10"> <tbody> <tr bgcolor=#e5e5e5> <td width="384" bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="2" cellpadding="2"> <tr> <td width="18%" valign="top"><div align="right">รูปแรก</div></td> <td width="82%"><input name="file" type="file" class="txtbox" id="file"></td> </tr> <tr> <td valign="top"><div align="right">รูปสอง</div></td> <td> <input name="file2" type="file" class="txtbox" id="file2"></td> </tr> <tr> <td> </td> <td><input name="Submit" type="submit" class="button" value="บันทึก"> <input name="Cancel" type="button" class="button" id="Cancel" value="ยกเลิก" onClick="window.location='product.php?CatID=<?=$result["CatID"];?>';"></td> </tr> </table></td> </tr> </tbody> </table> </form> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง