|
|
|
รบกวนถาม คือดิฉันติดปัญหาถ้าข้อมูลสถานะยกเลิกแล้วเวลาที่เราคลิกแก้ไขต้องการให้ alert แก้ไขไม่ได้ ข้อมูลยกเลิกไปแล้ว |
|
|
|
|
|
|
|
1. เพิ่มฟิวในฐานข้อมูลชื่อ status
2. กำหนดเงื่อนไข
Code (PHP)
if($rowmaster[status]==0){ // ปกติ
print("<a href="fedit_sch_masteritem.php?ProjectCode=<? echo $rowmaster['ProjectCode'].$rowmaster['MasterItem'];?>">แก้ไข </a>");
}else if($rowmaster[status]==1){ // ยกเลิก
print("<a href='#' onclick='<script>alert('ไม่สามารถแก้ไขได้');</script>'>แก้ไข</a>");
}
|
ประวัติการแก้ไข 2010-12-21 13:57:43
|
|
|
|
Date :
2010-12-21 13:56:40 |
By :
aunjijoke |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<? if($rowmaster['ItemStatus']=='N'){ // ปกติ
print("<a href='fedit_sch_masteritem.php?ProjectCode=<? echo $rowmaster['ProjectCode'].$rowmaster['MasterItem'];?>'>แก้ไข </a>");
}else if($rowmaster['ItemStatus']=='Y'){ // งานแล้วเสร็จ
print("<a href='#' onclick='<script>alert('ไม่สามารถแก้ไขได้งานแล้วเสร็จแล้ว');</script>'>แก้ไข</a>");
}else if($rowmaster['ItemStatus']=='C'){ // ยกเลิก
print("<a href='#' onclick='<script>alert('ไม่สามารถแก้ไขได้ข้อมูลถูกยกเลิกไปแล้ว');</script>'>แก้ไข</a>");
} ?>
<a href="delete_sch_masteritem.php?ProjectCode=<? echo $rowmaster['ProjectCode'].$rowmaster['MasterItem'];?>">ยกเลิก</a>
<a href="flist_sch_subitem.php?ProjectCode=<? echo $rowmaster['ProjectCode'].$rowmaster['MasterItem'];?>">งานย่อย</a>
เขียนแล้วแต่RUNไม่ได้ ฟ้อง ERROR
syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING on line 2
|
|
|
|
|
Date :
2010-12-22 09:03:15 |
By :
มือใหม่ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|