<? session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>ร้านดอกไม้ For you.</title> </head> <body> <p> <? include ("connect.php"); $strSQL = "SELECT * FROM orders"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> </p> <center>เปลี่ยนสถาะการสั่งซื้อ <form id="form1" name="form1" method="post" action="a_action.php"> <table width="704" border="1" cellpadding="1" cellspacing="0"> <tr bgcolor="#FFFFFF"> <td width="95" class="style1"><div align="center"> <h3><strong>เลขที่ใบสั่งซื้อ</strong></h3> </div></td> <td width="148" class="style1"><div align="center"> <h3><strong>ชื่อ-สกุล</strong></h3> </div></td> <td width="167" class="style1"><div align="center"> <h3><strong>วันที่สั่งซื้อ</strong></h3> </div></td> <td width="143" class="style1"><div align="center"> <h3><strong>สถานะ</strong></h3> </div></td> </tr> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td><div align="center"> <?=$objResult["order_id"];?> </div></td> <td><div align="center"> <?=$objResult["cus_name"];?> </div></td> <td><div align="center"> <?=$objResult["order_date"];?> </div></td> <td><div align="center"> <select name="select"> <option value="รอการชำระเงิน">รอการชำระเงิน</option> <option value="รอส่งสินค้า">รอส่งสินค้า</option> <option value="ส่งสินค้าแล้ว">ส่งสินค้าแล้ว</option> </select> </div></td> <? } ?> </tr> <tr> <td colspan="3"> </td> <td><label> <div align="center"> <input type="submit" name="Submit2" value="บันทึก" /> </div> </label></td> </tr> </table> </form></center> <p> </p> <p><center></center></p> <center></center> </body> </html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <? include "connect.php"; $age = $_POST['status']; $sql = "UPDATE orders SET status ='".$_GET["select"]."' WHERE order_id = '".$_GET["order_id"]."'"; mysql_query($sql)or die( mysql_error() . "<br>$sql"); echo "<h3 align=center> ทาการบันทึกใบสั่งซื้อเรียบร้อยแล้ว </h3>"; echo "<h3 align=center><a href=a_update.php>กลับ</a></h3>"; mysql_close($conn); ?>
35.while($objResult = mysql_fetch_array($objQuery)) 36.{ 37.?> <input type="hidden" name="order_id[]" value="<?=$objResult["order_id"];?>"> 49<select name="select[]"> 50. 51.<option value="รอการชำระเงิน">รอการชำระเงิน</option> 52.<option value="รอส่งสินค้า">รอส่งสินค้า</option> 53.<option value="ส่งสินค้าแล้ว">ส่งสินค้าแล้ว</option> 54.</select>
foreach($_POST['order_id'] as $key=>$value){ $order_id=intval($value); $status=mysql_real_escape_string($_POST['select'][$key]); $sql = "UPDATE orders SET status ='$_POST[select][$key]' WHERE order_id = '$order_id' "; mysql_query($sql)or die( mysql_error() . "<br>$sql"); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง