$strSQL = "SELECT * FROM order_detail where OrderNo='".$_GET["OrderNo"]."' ";
// Insert Detail for($i=1;$i<=$_POST["hdnLine"];$i++) { $result = "SELECT * from product where 1=1 and ProductID='".$_SESSION["strProductID"]["$i"]."'"; if($result) { $Proid=$_SESSION["strProductID"]["$i"]; $Quanlity=$_SESSION["strQty"]["$i"]; $strSQL = "update product set Stock=Stock+$Quanlity where ProductID='$Proid'"; mysqli_query($objCon,$strSQL); } }
// Insert Detail for($i=1;$i<=$_POST["hdnLine"];$i++) { $result = "SELECT * from product where 1=1 and ProductID='".$_SESSION["strProductID$i"]."'"; if($result) { $Proid=$_SESSION["strProductID$i"]; $Quanlity=$_SESSION["strQty$i"]; $strSQL = "update product set Stock=Stock+$Quanlity where ProductID='$Proid'"; mysqli_query($objCon,$strSQL); } }
<html> <head> <title>ThaiCreate.Com PHP & MySQL Tutorial</title> </head> <body> <?php $objConnect = mysql_connect("localhost","root","1234") or die("Error Connect to Database"); $objDB = mysql_select_db("pdb"); //*** Update Condition ***// if($_GET["Action"] == "Save") { for($i=1;$i<=$_POST["hdnLine"];$i++) { $result = "SELECT * from product where 1=1 and ProductID='".$_SESSION["strProductID$i"]."'"; if($result) { $Proid=$_SESSION["strProductID$i"]; $Quanlity=$_SESSION["strQuanlity$i"]; $strSQL = "update product set Stock=Stock+$Quanlity where ProductID='$Proid'"; mysqli_query($objCon,$strSQL); } } } $strSQL = "SELECT * FROM order_detail where OrderNo='".$_GET["OrderNo"]."'"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <form name="frmMain" method="post" action="phpMySQLEditRecord.php?Action=Save"> <table width="600" border="1"> <tr> <th width="91"> <div align="center">ProductID </div></th> <th width="98"> <div align="center">Name </div></th> <th width="198"> <div align="center">Email </div></th> <th width="97"> <div align="center">CountryCode </div></th> <th width="59"> <div align="center">Budget </div></th> <th width="71"> <div align="center">Used </div></th> </tr> <?php $i =0; while($objResult = mysql_fetch_array($objQuery)) { $i = $i + 1; $result="SELECT * from product where 1=1 and ProductID='".$objResult["ProductID"]."' "; $queryProduct=mysql_query($result); while($resutProduct=mysql_fetch_array($queryProduct)) { echo $resutProduct["ProductID"]; ?> <tr> <td><div align="center"> <input type="hidden" name="hdnProductID<?php echo $i;?>" size="5" value="<?php echo $objResult["ProductID"];?>"> <input type="text" name="txtProductID<?php echo $i;?>" size="5" value="<?php echo $objResult["ProductID"];?>"> </div></td> <td><input type="text" name="txtProductName<?php echo $i;?>" size="20" value="<?php echo $resutProduct["ProductName"];?>"></td> <td><input type="text" name="txtModel<?php echo $i;?>" size="20" value="<?php echo $resutProduct["Model"];?>"></td> <td><div align="center"><input type="text" name="txtQuanlity<?php echo $i;?>" size="2" value="<?php echo $objResult["Quanlity"];?>"></div></td> <td align="right"><input type="text" name="txtBudget<?php echo $i;?>" size="5" value="<?php echo $objResult["Budget"];?>"></td> <td align="right"><input type="text" name="txtUsed<?php echo $i;?>" size="5" value="<?php echo $objResult["Used"];?>"></td> </tr> <?php }} ?> </table> <input type="submit" name="submit" value="submit"> <input type="hidden" name="hdnLine" value="<?php echo $i;?>"> </form> <?php mysql_close($objConnect); ?> </body> </html>
16. ไม่ผ่านการ query ข้อมูลไม่มีการทำงาน 48.49.50.51 เดาว่า ไม่จำเป็น ต้อง loop while 2 ครั้ง
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง