<form name="frmSearch" method="post" action="<?php $_SERVER['SCRIPT_NAME'];?>"> <table width="599" border="1"> <tr> <th> Keyword <input name="Keyword" type="text" id="Keyword" value="<?php $_POST["Keyword"];?>"> <input type="submit" value="Search"></th> </tr> </table> </form> <?php $sql ="select * from order_stock_out where 1"; if($_POST["Select"] != "" and $_POST["Keyword"] != '') { $sql.= " AND (LIKE'%".$_POST["Keyword"]."%')"; } $query = mysql_query($sql) or die ("Error Query [".$sql."]"); ?> <form id="form1" name="form1" method="post" action=""> <table width="66%" border="1" cellpadding="2" cellspacing="0" bordercolor="#FF33CC"> <tr bgcolor="#FF99CC"> <th height="36" colspan="6" scope="col"><span class="style1">Stock Out</span> </th> </tr> <tr bgcolor="#FFB7DB"> <th width="8%">Id</th> <th width="17%">Date</th> <th width="16%">Product</th> <th width="12%">Product qty</th> <th width="15%">Order Id</th> <th width="15%">Status</th> </tr> <?php while($result = mysql_fetch_array($query)) { ?> <?php $color=(@$color=="#ffffff")?"#cccccc":"#ffffff"; ?> <tr bgcolor="<?php echo $color?>"> <th><?php echo $row["out_id"] ?></th> <th><?php echo $row["out_date"] ?></th> <th><?php echo $row["pid"] ?></th> <th><?php echo $row["pqty"] ?></th> <th><?php echo $row["oid"] ?></th> <th><?php echo $row["status"] ?></th> </tr> <?php } ?> </table> </form><br />
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง