|
|
|
ติดปัญหา upload รูป แล้ว error ต้องแก้ที่จุดไหนคะ |
|
|
|
|
|
|
|
ช่วยดูให้หน่อยนะคะ จาก code นี้ เป็นเพราะอะไร หรอคะ
Code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
</head>
<body>
</body>
</html>
<?php
include_once("connectDB.php");//ดึงไฟล์มาใช้
$id=$_REQUEST["txtid"];
$qt=$_POST["txtqt"];
$ot=$_POST["rdostatus4"];
$customer=$_POST["txtcustomer"];
$admin=$_POST["txtadmin"];
$money=$_POST["txtmoney"];
$artwork =$_POST["txtartwork"];
$number =$_POST["txtnumber"];
$tstart =$_POST["txttime_start"];
$tfinish =$_POST["txttime_finish"];
$status =$_POST["rdostatus1"];
$p_file=$_FILES["txtpicture"]["name"];
$pic=$_REQUEST["txtpic"];
if($p_file!=''){
$p_filenew=$customer.date("dmy").".".substr($p_file,strpos($p_file,".")+1);
}
$qtcheck =$_POST["rdostatus2"];
$apphove =$_POST["rdostatus3"];
$finish =$_POST["txtfinish"];
$flag =$_POST["txtflag"];
$mySQL="update data set";
$mySQL.=" d_qt='$qt',";
$mySQL.=" d_ot='$ot',";
$mySQL.=" d_namecus='$customer',";
$mySQL.=" d_admin='$admin',";
$mySQL.=" d_money='$money',";
$mySQL.=" d_artwork='$artwork',";
$mySQL.=" d_number='$number',";
$mySQL.=" d_time_start='$tstart',";
$mySQL.=" d_time_finish='tfinish',";
$mySQL.=" d_status='$status',";
if($p_file==''){
$mySQL.=" d_image='$pic',";
}else{
$mySQL.=" d_image='$p_filenew',";
}
$mySQL.=" d_qtcheck='$qtcheck',";
$mySQL.=" d_apphove='$apphove',";
$mySQL.=" d_finish='$finish',";
$mySQL.=" d_flag='$flag' where d_id='$id'";
@mysql_query($mySQL)or die("ไม่สามารถแก้ไขข้อมูลได้ sql ผิด");
echo "ปรับปรุงข้อมูลเรียบร้อย <a href='frm_add_data.php'>แสดงข้อมูล</a>";
if($p_file!=''){
$p_file=$customer.date("dmy").".".substr($p_file,strpos($p_file,".")+1);
$p_tmp_file=$_FILES["txtpicture"]["tmp_name"];//ต้นทางที่จัดเก็บ
$p_err=$_FILES["txtpicture"]["error"];
$p_type=$_FILES["txtpicture"]["type"];
$msg="";
if($_FILES["txtpicture"]["error"]==0)
{
if($p_type =="image/jpeg" or $p_type =="image/pjpeg" or $p_type =="image/gif" ){
@move_uploaded_file($p_tmp_file,"upload/$p_file")
or die("ไม่สามารถสำเนาไฟล์ไปไว้ที่โฟลเดอร์ upload ได้ !!");
$msg .="Upload ไฟล์สมบูรณ์";
}else{
$msg .="ไม่ใช่ไฟล์ jpg และ gif";
}
}else{
$msg .="Upload ผิดพลาด";
}
}
?>
Tag : PHP
|
|
|
|
|
|
Date :
2013-07-03 10:04:26 |
By :
va |
View :
677 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คิดeror ว่าอะไรครับ
|
|
|
|
|
Date :
2013-07-03 10:30:56 |
By :
dagonov |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ติดตรง อัพโหลดคะ บรรทัดที่ 23 ชื่อตัวแปร ก็ตั้งถูกนะคะ
|
|
|
|
|
Date :
2013-07-03 10:41:13 |
By :
va |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมว่าแคปรูปที่ error มาด้วย
หรือข้อความว่า error อะไร ที่มันบอกออกมา
จะดีกว่านะครับ
|
|
|
|
|
Date :
2013-07-03 11:17:54 |
By :
RootElement@KMUTNB |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|