|
|
|
upload ข้อมูล + file ลงใน mysql แต่ไม่มีข้อมูลในและ file ใน mysql |
|
|
|
|
|
|
|
//เขียนข้อมูลงใน database
mysql_query("insert into 'safety' values('$agency','$customer','$model','$rating','$certificate','$note','$file')");
เปลี่ยนเป็น
//เขียนข้อมูลงใน database
mysql_query("insert into 'safety' (agency,customer,model,rating,certificate,note,file) values('$agency','$customer','$model','$rating','$certificate','$note','$file')");
ลืมใส่ ฟิลที่เก็บข้อมูลอ่ะครับ
|
|
|
|
|
Date :
25 ก.ย. 2551 19:40:38 |
By :
-0- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|