<html> <head> <title>Accessories Program Lives</title> <meta http-equiv=Content-Type content="text/html; charset=utf-8"> </head> <body> <?php include 'connect.php'; $RegDate = date ("Y-m-d H:i:s"); //*** Update Condition ***// if($_GET["Action"] == "Save") { for($i=1;$i<=$_POST["hdnLine"];$i++) { $sql = "UPDATE lf_order SET ocustomer = '".$_POST["txtocustomer"]."' , odate = '$RegDate' , WHERE oid = '".$_POST["hdnoid$i"]."' "; $query = mysqli_query($conn,$sql); } //header("location:$_SERVER[PHP_SELF]"); //exit(); } $strid = null; if(isset($_GET["lot"])) { $strlot = $_GET["lot"]; } $sql = "SELECT * FROM lf_order WHERE (plot LIKE '%".$_GET["lot"]."%' and pid LIKE '%".$_GET["pid"]."%')"; $query = mysqli_query($conn,$sql);?> <form name="frmMain" method="post" action="order2.php?Action=Save"> <table width="600" border="1"> <tr> <th width="91"> <div align="center">จำนวน </div></th> <th width="98"> <div align="center">LOT </div></th> <th width="198"> <div align="center">ลำดับสินค้า </div></th> <th width="97"> <div align="center">ประเภท </div></th> <th width="59"> <div align="center">รายละเอียด </div></th> <th width="71"> <div align="center">รายชื่อผู้ที่จองได้ </div></th> </tr> <?php $num = 1; $i =0; while($objResult = mysqli_fetch_array($query)) { $i = $i + 1; ?> <tr> <td><div align="center"><?php echo $num++ ;?> </div></td> <td><input type="hidden" name="hdnoid<?php echo $i;?>" size="5" value="<?php echo $objResult["oid"];?>"> <input type="text" name="txtplot?php echo $i;?>" size="5" value="<?php echo $objResult["plot"];?>"></td> <td><input type="text" name="txtpid<?php echo $i;?>" size="20" value="<?php echo $objResult["pid"];?>"></td> <td align="right"><input type="text" name="txtpname<?php echo $i;?>" size="20" value="<?php echo $objResult["pname"];?>"></td> <td><div align="center"><input type="text" name="txtoetc<?php echo $i;?>" size="2" value="<?php echo $objResult["oetc"];?>"></div></td> <td align="right"><input type="text" name="txtocustomer<?php echo $i;?>" size="5" value="<?php echo $objResult["ocustomer"];?>"><input type="hidden" name="txtodate<?php echo $i;?>" size="5" value="<?php $RegDate ?>"></td> </tr> <?php } ?> </table> <input type="submit" name="submit" value="submit"> <input type="hidden" name="hdnLine" value="<?php echo $i;?>"> </form> <?php mysqli_close($conn); ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง