|
|
|
ช่วยด้วยครับ อัพรูปลงฐานข้อมูล ไม่ได้ แต่ทำที่ AppServ v 2.5 ทำได้ |
|
|
|
|
|
|
|
มันติด Permission ครับ วิธีแก้ ลองค้นหาในนี้ดูครับ มีคนตอบไว้หลายกระทู้
|
|
|
|
|
Date :
2013-02-05 21:02:26 |
By :
mangkunzo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอโทษนะครับ Permission คืออะไร งง ผมมือใหม่จริงๆครับ
|
|
|
|
|
Date :
2013-02-05 21:11:46 |
By :
mart7612 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
//=========== กรณีมีการแก้ไขรายการสินค้า
if($_GET["Action"]=="Save")
{
//=========== บันทึกข้อมูลสินค้า
$sql_up = "update product set ProductCode='$_POST[txtProductCode]',ProductName='$_POST[txtProductName]',Description='$_POST[txtDescription]',Price='$_POST[txtPrice]',PriceNormal='$_POST[txtPriceNormal]',PriceSend='$_POST[txtPriceSend]',Stock='$_POST[txtStock]',Promotion='$_POST[rdoPromotion]',New='$_POST[rdoNew]' where ProductID='$_GET[ProductID]'";
$dbquery_up = mysql_query($sql_up);
echo $sql_up;
exit();
//=========== แก้ไขไฟล์เล็ก
if(!empty($file))
{
$path="../picture";
//=========== อัพโหลตไฟล์เล็ก
@copy( $file ,"$path/$file_name");
$sql_up = "update product set Picture='$file_name' where ProductID='$_GET[ProductID]'";
$dbquery_up = mysql_query($sql_up);
}
echo"<script language='JavaScript'>";
echo"alert('แก้ไขข้อมูลเรียบร้อยแล้ว');";
echo"window.location='editproduct.php?ProductID=$_GET[ProductID]';";
echo"</script>";
}
โค้ดผม
|
|
|
|
|
Date :
2013-02-05 22:18:03 |
By :
mart7612 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ค้นหารึยัง
|
|
|
|
|
Date :
2013-02-06 00:22:13 |
By :
mangkunzo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Permission = สิทธิ์ในการเข้าถึง
|
|
|
|
|
Date :
2013-02-06 06:23:18 |
By :
yamcrocodile |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เปลี่ยนด้วยโปแกรม FTP FileZilla
เมื่อต่อ FileZilla ได้แล้ว ให้คลิ๊กที่โฟลเดอร์ที่เราต้องการเปลี่ยน ถ้าต้องการเลือกทีละอันให้กด ปุ่ม Ctrl ค้างไว้แล้วคลิ๊กทีละโฟลเดอร์ หรือถ้าต้องการเลือกทุกโฟลเดอร์ ให้กด Shift ค้างไว้ แล้วติ๊กเลือกโฟลเดอร์แรก และโฟลเดอร์สุดท้าย ระบบจะคลุมดำให้ทั้งหมด
เมื่อเลือกโฟลเดอร์ได้ตามต้องการแล้ว ให้คลิ๊กขวา ระบบจะแสดง pop-up ขึ้นมาดังภาพด้านล่าง โปรดพิมพ์ 777 แล้วติ๊ก Recurse into subdirectories แล้วเลือก
- Apply to Directory only แปลว่า เปลี่ยนเฉพาะโฟลเดอร์เท่านั้น
- Apply to files only แปลว่า เปลี่ยนเฉพาะไฟล์เท่านั้น
- All files and Directoies แปลว่า เปลี่ยนทุกไฟล์และทุกโฟลเดอร์ภายใต้โฟลเดอร์ที่เลือก
เสร็จแล้วกด OK ระบบจะทำการเปลี่ยน permission เป็น 777 ให้
|
|
|
|
|
Date :
2013-02-06 09:56:20 |
By :
Ex-[S]i[L]e[N]t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองเปลี่ยนแล้้วครับยังไม่ได้ เลย
|
|
|
|
|
Date :
2013-02-06 17:53:45 |
By :
mart7612 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|