|
|
|
ขอสอบถาม บันทึกข้อมูลเข้าฐานสำเร็จแต่ข้อมูลที่เข้าฐานข้อมูลไม่ตรงกับที่กรอก |
|
|
|
|
|
|
|
ตอนที่ insert ให้เรียง value ให้ ถูกก็จะเข้าตรงตารางแล้วครับ
ลองให้โค้ดรับแบบนี้ดูครับ
Code (PHP)
REPLACE INTO table_name
(visual, inspection_status, inspector_name, gelpak_name, gelpak_location),
VALUES (3, 'Partially Inspected', 'Me', 'GP1234', 'A01');
https://www.thaicreate.com/tutorial/sql-replace.html
|
ประวัติการแก้ไข 2018-11-21 15:30:28 2018-11-21 15:35:14
|
|
|
|
Date :
2018-11-21 15:26:46 |
By :
nobetaking |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$sql = "REPLACE INTO conduct VALUES
(st_id='txtid',conduct_Time='conducttime',conduct_Happening='txtconducthappening',conduct_Score='txtconductscore')";
ข้างบน ผิดไวยกรณ์ครับ
$sql = "REPLACE INTO conduct
set
st_id='txtid',conduct_Time='conducttime',conduct_Happening='txtconducthappening',conduct_Score='txtconductscore'";
|
ประวัติการแก้ไข 2018-11-21 15:36:55
|
|
|
|
Date :
2018-11-21 15:36:09 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอาพื้นหลังออกครับ กรอกๆไปตาลาย จะเป็นลมได้
|
|
|
|
|
Date :
2018-11-21 19:27:19 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|