|
|
|
มันไม่เก็บลงฐานข้อมูลอ่ะค่ะ แล้วมันก็ไม่โชว์ค่าที่ค้นหาด้วย ใครรู้ช่วยตอบหน่อยค่ะ |
|
|
|
|
|
|
|
ค้นหาไม่เจอ ลองเปลี่ยนจาก
Code (PHP)
$sql = "select * from add_newmember where id = '$id';";
เป็น เพื่อดูว่า id มีค่าหรือไม่
Code (PHP)
echo $sql = "select * from add_newmember where id = '$id';";
ส่วน Insert ไม่ได้นี่ เปลี่ยนจาก
Code (PHP)
$sql = "INSERT INTO add_tourit VALUES('$dd', '$date2', '$Eadult', '$Echildren', '$Etotal')";
$result = mysql_query($sql);
เป็น เพื่อดูว่า error ตรงไหนหรือเปล่า
Code (PHP)
$sql = "INSERT INTO add_tourit VALUES('$dd', '$date2', '$Eadult', '$Echildren', '$Etotal')";
$result = mysql_query($sql) or die(mysql_error(). '<br />' . $sql);
|
|
|
|
|
Date :
2011-03-15 15:04:42 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันที่ค้นหา
select * from add_newmember where id = '0002'; รหัส: 00002 ชื่อ: นายสำราญ นามสกุล: ทองแพง ทะเบียนรถ: ทร 1699 ประเภทรถ: บ.บางมดแท็กซี่ จก. วันที่ออกบัตร: 2010-09-15
อันที่ insert
Column count doesn't match value count at row 1
INSERT INTO add_tourit VALUES('', '25540315', '9', '1', '10')
มันขึ้นแบบบนี้อ่ะค่ะ
แล้วยังไม่บันทึกลงฐานข้อมูลเหมือนเดิม
|
|
|
|
|
Date :
2011-03-15 15:46:00 |
By :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Column count doesn't match value count
แสดงว่า insert ยังไม่ครบทุกฟิลด์ เช็คดูดีๆ ว่า add_tourit มีแค่ห้าฟิลด์หรอ
|
|
|
|
|
Date :
2011-03-15 16:09:13 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วค่ะ แต่ที่นี่ Idอ่ะค่ะมันเป็น0000 ซึ่งIDต้องดึงมาจากตารางadd_newmember ฟิลด์ id อ่ะค่ะจะต้องทำยังไงอ่ะค่ะ
|
|
|
|
|
Date :
2011-03-15 16:14:06 |
By :
-*- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รบกวนผู้รู้หน่อยค่ะ ช่วยตอบที
|
|
|
|
|
Date :
2011-03-16 08:49:56 |
By :
-*- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|