<html> <head> <title>ThaiCreate.Com PHP & MySQL Tutorial</title> </head> <body> <?php $dsn = "Driver={Microsoft Visual FoxPro Driver};SourceType=DBF;SourceDB=c:\\agcobcad\\database;Exclusive=NO;collate=Machine;NULL=NO;DELETED=YES;BACKGROUNDFETCH=NO;"; $objConnect = odbc_connect($dsn,"","")or die("can not connect"); //*** Update Condition ***// if($_GET["Action"] == "Save") { for($i=1;$i<=$_POST["hdnLine"];$i++) { $strSQL = "UPDATE t_print_book SET "; $strSQL .="isstatus = '".$_POST["txtUsed$i"]."' "; $strSQL .="WHERE memberid = '".$_POST["memberid"]."' and trandate = '".$_POST["trandate"]."' "; $objExec = odbc_exec($objConnect, $strSQL); } } $strSQL = "Select * From t_print_book Where memberid = '00000003' and contractid=' '"; $objExec = odbc_exec($objConnect, $strSQL) or die ("Error Execute [".$strSQL."]"); ?> <form name="frmMain" method="post" action="phpMySQLEditRecord1.php?Action=Save"> <table width="600" border="1"> <tr> <th width="91"> LindID</th> <th width="98"> Memberid </th> <th width="198"> trandate </th> <th width="59"> trantype </th> <th width="71"> isstatus </th> </tr> <?php $i =0; while($objResult = odbc_fetch_array($objExec)) { $i = $i + 1; ?> <tr> <td align="center"> <input type="hidden" name="hdnCustomerID<?php echo $i;?>" size="5" value="<?=$objResult["memberid"];?>"> <input type="text" name="txtCustomerID<?php echo $i;?>" size="1" value="<?php echo $objResult["lineid"];?>"></td> <td align="center"><input type="text" name="txtName<?php echo $i;?>" size="8" value="<?php echo $objResult["memberid"];?>"></td> <td align="center"><input type="text" name="CountryCode<?php echo $i;?>" size="8" value="<?php echo $objResult["trandate"];?>"></td> <td align="center"><input type="text" name="txtBudget<?php echo $i;?>" size="3" value="<?php echo $objResult["trantype"];?>"></td> <td align="center"><input type="text" name="txtUsed<?php echo $i;?>" size="1" value="<?php echo $objResult["isstatus"];?>"></td> </tr> <?php } ?> </table> <input type="submit" name="submit" value="submit"> <input type="hidden" name="hdnLine" value="<?php echo $i;?>"> </form> <?php odbc_close($objConnect); ?> </body> </html>
<input type="hidden" name="hdnCustomerID<?php echo $i;?>" size="5" value="<?=$objResult["memberid"];?>">
<td align="center"><input type="text" name="CountryCode<?php echo $i;?>" size="8" value="<?php echo $objResult["trandate"];?>"></td>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง