<html><style type="text/css"> body,td,th { font-size: 14px; font-family: "Times New Roman", Times, serif; } a { font-size: 10px; } </style> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" > <title>member</title> </head> <body> <script language="JavaScript"> function onEdit() { if(confirm('Do you want to Edit Data ?')==true) { return true; } else { return false; } } </script> <? include("connect.php"); if($_GET["Action"] == "Save") { for($j=0;$j<count($_POST["chkEdit"]);$j++) { for($i =1;$i<=$_POST["hdnLine"];$i++) { if($_POST["chkEdit"][$j] != "") { echo " custid :: '".$_POST["chkEdit"][$j]."' "; echo " barcode :: '".$_POST["txtBarcode$i"]."' "; $strSQL = "update customer set "; $strSQL .= "fcno = '".$_POST["txtBarcode$i"]."' "; $strSQL .= " where customerid = '".$_POST["chkEdit"][$j]."' "; $objQuery = mssql_query($strSQL); } } } if($objQuery) { echo "Edit successfully"; } else { echo "Error Edit [".$strSQL."]"; } } $strSQL = "select top(5) customerid,name,mobileno,email,fcno from customer order by name desc"; $objQuery = mssql_query($strSQL) or die ("ERROR"); ?> <form action="phpSQLServerAddForm.php?Action=Save" name="frmAdd" method="post" OnSubmit="return onEdit()";> <table width="800" border="1" cellspacing="0" cellpadding="0"> <tr> <th width="20"><div align="center"><input type="checkbox" name="chBox" size="5"></div> </th> <th width="81"> <div align="center">CustID </div></th> <th width="400"> <div align="center">Name </div></th> <th width="150"> <div align="center">Tel </div></th> <th width="97"> <div align="center">E-mail </div></th> <th width="200"> <div align="center">Barcode </div></th> </tr> <? $i = 0; while($objResult = mssql_fetch_array($objQuery)) { $i = $i + 1; ?> <tr> <td> <div align="center"><input type="checkbox" name="chkEdit[]" size="5" value="<?=$objResult["customerid"];?>"></div></td> <td><?=$objResult["customerid"];?></td> <td><?=$objResult["name"];?></td> <td><?=$objResult["mobileno"];?></td> <td><?=$objResult["email"];?></td> <td align="center"><input type="text" name="txtBarcode<?=$i;?>" size="10" value ="<?=$objResult["fcno"];?>"></td> </tr> <? } ?> </table> <? mssql_close($objConnect); ?> <input type="submit" name="submit" value="edit" > <input type="hidden" name = "hdnLine" value="<?=$i;?>"> </form> </body> </html>
$i = 0; while($objResult = mssql_fetch_array($objQuery)) { $i =+ 1;
for($i =1;$i<=$_POST["hdnLine"];$i++)
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง