 |
ข้อมูลไม่ลงฐานข้อมูล ช่วยด้วยนะค่ะ ข้อมูลมันไม่ลงฐานข้อมูลค่ะ ไม่รู้ผิดตรงไหน INSERT INTO per_repair.... |
|
 |
|
|
 |
 |
|
ข้อมูลมันไม่ลงฐานข้อมูลค่ะ ไม่รู้ผิดตรงไหน
Code
echo $sql1="INSERT INTO per_repair(per_no,re_no,per_name,date_in,date_out,cause,correct)
VALUES('','$re_no','$rep_name','$testinput','$testinput2','$detail','$comment')";
Tag : - - - -
|
|
 |
 |
 |
 |
Date :
2009-01-12 20:28:44 |
By :
pooh |
View :
911 |
Reply :
3 |
|
 |
 |
 |
 |
|
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
แล้วใส echo ทำไม
|
 |
 |
 |
 |
Date :
2009-01-12 20:46:06 |
By :
น่อมแน้ม |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
$sql1="INSERT INTO per_repair(per_no,re_no,per_name,date_in,date_out,cause,correct)
VALUES('','$re_no','$rep_name','$testinput','$testinput2','$detail','$comment')";
per_no ไม่ต้องใส่ ถ้ามัน autoincrement อยู่แล้ว
$sql1="INSERT INTO per_repair(re_no,per_name,date_in,date_out,cause,correct)
VALUES('$re_no','$rep_name','$testinput','$testinput2','$detail','$comment')";
|
 |
 |
 |
 |
Date :
2009-01-12 21:21:56 |
By :
plakrim |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ขอบคุณมากๆ
|
 |
 |
 |
 |
Date :
2009-01-13 11:13:10 |
By :
yanae |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
|
|