|
|
|
เรื่อง switch คับช่วยดูให้หน่อยย switch ($status) { case : $status = ยังไม่ได้แก้ไข กำลังแก้ไข |
|
|
|
|
|
|
|
เอางี้ดีไม่ครับ
switch ($status) {
case "1" :
$status = "ยังไม่ได้แก้ไข";
$sql="update post_edit set editdetail='$editdetail', status='$status' where p_id='$p_id'";
break ;
case "2" :
$status = "กำลังแก้ไข";
$sql="update post_edit set editdetail='$editdetail', status='$status' where p_id='$p_id'";
break ;
case "3" :
$status = "แก้ไขแล้ว";
$dateend=date("j-m-y");
$timeend=date("h:i");
$sql="update post_edit set editdetail='$editdetail', status='$status', dateend dateend = '$dateend', timeend = '$timeend' where p_id='$p_id'";
break ;
}
ส่วนของสีแดงก็เปลี่ยนชื่อ field ให้ถูกต้องด้วยนะครับ
|
|
|
|
|
Date :
22 ธ.ค. 2549 12:53:29 |
By :
jankasion |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ
|
|
|
|
|
Date :
22 ธ.ค. 2549 13:37:20 |
By :
chanu |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|