<? session_start(); $ses_username = $_SESSION["ses_username"]; if($ses_username != "admin" ) { echo "<script>alert('เฉพาะผู้มีสิทธิ์เท่านั้น');</script>"; echo"<meta http-equiv=refresh content=0;URL=goldsaving2.php>"; } ?> <html> <head> <title>Admin เช็คยอดเงิน</title> </head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript"> function fncSubmit() { if(document.getElementById('checkbox').checked == false) { alert('กรุณาเลือกรายการ'); return false; } } </script> <body> <?php include("connect.php"); //*** Update Condition ***// if($_GET["Action"] == "Save") { for($i=1;$i<=$_POST["hdnLine"];$i++) { $strSQL = "UPDATE gs_db SET "; $strSQL .="gs_status = '".$_POST["txtstatus$i"]."' "; $strSQL .="WHERE gs_no = '".$_POST["hdnCustomerID$i"]."' "; $objQuery = mysql_query($strSQL); } //header("location:$_SERVER[PHP_SELF]"); //exit(); } $em = ""; mysql_query("SET NAMES UTF8"); $strSQL = "SELECT * FROM gs_db WHERE gs_status = 0 and gs_slip != '".$em."' ORDER BY gs_no ASC"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <form method="post" action="show_user_gs.php?Action=Save" onSubmit="JavaScript:return fncSubmit();" > <table width="950" border="0" align="center" cellpadding="2" cellspacing="2"> <tr bgcolor="#999999"> <th colspan="6"><h2><font color="#FFFFFF">รายการรออนุมัติ(เช็คยอด)</font></h2></th> </tr> <tr bgcolor="#999999"> <th width="97"> <div align="center"><font color="#FFFFFF">เลขที่</font></div></th> <th width="122"><font color="#FFFFFF">ประเภทออม</font></th> <th width="276"> <div align="center"><font color="#FFFFFF">ชื่อ</font></div></th> <th width="124"><font color="#FFFFFF">บัตรประชาชน</font></th> <th width="114"><div align="center"><font color="#FFFFFF">แจ้งสลิป</font></div></th> <th width="179"> <div align="center"><font color="#FFFFFF">สถานะ</font></div></th> </tr> <?php $i =0; while($objResult = mysql_fetch_array($objQuery)) { $i = $i + 1; ?> <tr> <td><div align="center"> <input type="hidden" name="hdnCustomerID<?php echo $i;?>" size="5" value="<?php echo $objResult["gs_no"];?>"> <?php echo $objResult["gs_no"];?> </div></td> <td><? if($objResult["type_gold"]=="gt"){ echo "ออมผ่อนสินค้า"; } else{ echo "ออมเพื่อดอกเบี้ย"; } ?></td> <td><?php echo $objResult["gs_name"];?></td> <td><a href="GS_DOCS/<?php echo $objResult["gs_file"];?>" target="_new">ดูหลักฐาน</a></td> <td><a href="GS_SLIPS/<?php echo $objResult["gs_slip"];?>" target="_new">สลิปโอนเงิน</a></td> <td><input name="txtstatus<?php echo $i;?>" type="checkbox" value="2" id="checkbox"> <label for="checkbox">ยอดเงินเข้าแล้ว</label> </td> </tr> <?php } ?> <tr> <td colspan="6"><div align="center"> <input type="submit" name="submit" value="เปลี่ยนสถานะ"> <input type="hidden" name="hdnLine" value="<?php echo $i;?>"></div></td> </tr> </table> </form> <?php mysql_close(); ?> </body> </html>
for($i=1;$i<=$_POST["hdnLine"];$i++) { //ถ้าไม่เลือกจะไม่มีการส่งค่ามา ทำให้ sql error if(isset($_POST["txtstatus$i"])){ $strSQL = "UPDATE gs_db SET "; $strSQL .="gs_status = '".$_POST["txtstatus$i"]."' "; $strSQL .="WHERE gs_no = '".$_POST["hdnCustomerID$i"]."' "; $objQuery = mysql_query($strSQL); } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง