|
|
|
ใส่ code upload แล้วบันทึกรูปภาพไม่ได้ครับช่วยดูให้ผมทีครับว่า error ตรงไหน |
|
|
|
|
|
|
|
ไฟล์ upload ไม่ลง db อย่างเดียวครับนอกนั้นลงหมดไม่ทราบผิดตรงไหนครับ
Code (PHP)
if(copy($_FILES["filUpload"]["tmp_name"],"report/".$_FILES["filUpload"]["name"]))
{
}
////--------------------เก็บรหัสสินค้าเป็นรหัส------------------************
$sql = "SELECT r_id FROM tb_report ORDER BY r_id DESC LIMIT 1";
$result = mysql_query($sql);
if(mysql_num_rows($result) > 0)
{
$row = mysql_fetch_array($result);
sscanf($row[0] ,"T54%d" , $id);
$id++;
$sql = "INSERT INTO tb_report VALUES(CONCAT('T54',RIGHT(CONCAT('00000' , $id) , 5)) ,'$company','$address','$t1','$t2','$t3','$t4','$t5','$t6','$t7','$t8','$t9','$t10','$t11','$t12','$t13','$t14','$t15','$t16','$t17','$t18','$t19','$t20','$t21','$t22','$t23','$t24','$t25','$t26','$t27','$t28','".$_FILES["filUpload"]["name"]."')";
}
else
{
$sql= "INSERT INTO tb_report VALUES('T5400001' ,'$company','$address','$t1','$t2','$t3','$t4','$t5','$t6','$t7','$t8','$t9','$t10','$t11','$t12','$t13','$t14','$t15','$t16','$t17','$t18','$t19','$t20','$t21','$t22','$t23','$t24','$t25','$t26','$t27','$t28','".$_FILES["filUpload"]["name"]."')";
}
mysql_query($sql);
$affected_rows = mysql_affected_rows();
if ($affected_rows > 0) {
echo "<script>alert(' การทำรายการเสร็จสมบูรณ์'); window.location ='main.php';</script>";
echo "<script>alert(' ไม่สามารถทำรายการได้ครับ ');history.back();</script>";
} else {
}
mysql_close();
Tag : PHP
|
|
|
|
|
|
Date :
2011-05-26 11:13:05 |
By :
chonburi f.c |
View :
680 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมเจอข้อผิดพลาดแล้วครับตัวแปลไม่ตรงกัน อิอิอิ
|
|
|
|
|
Date :
2011-05-26 11:23:09 |
By :
chonburi f.c |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|