|
|
|
สอบถามค่ะ คำสั่ง UPDATE sql แล้วข้อมูลใหม่ไม่เข้าตาราง ไม่ขึ้น error |
|
|
|
|
|
|
|
Code (PHP)
if ($conn->query($sql_comm) === TRUE) {
if($conn->affected_rows>0){
header('location: home.php?add=true');
exit();
}else{
die($sql_comm); // ตรวจสอบ statement ให้ดี
}
}
|
|
|
|
|
Date :
2017-10-30 19:21:48 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|