<html> <head> <title>ThaiCreate.Com PHP & MySQL Tutorial</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> <!-- .style1 {font-size: 14px} --> </style> </head> <body> <? include('config.inc.php'); //*** Update Condition ***// if($_GET["Action"] == "Save") { for($i=1;$i<=$_POST["hdnLine"];$i++) { $strSQL = "UPDATE testing SET"; $strSQL .="question = '".$_POST["txtName$i"]."' "; $strSQL .=",c1 = '".$_POST["txtEmail$i"]."' "; $strSQL .=",c2 = '".$_POST["txtCountryCode$i"]."' "; $strSQL .=",c3 = '".$_POST["txtBudget$i"]."' "; $strSQL .=",c4 = '".$_POST["txtUsed$i"]."' "; $strSQL .="WHERE id = '".$_POST["hdnCustomerID$i"]."' "; $objQuery = mysql_query($strSQL); } //header("location:$_SERVER[PHP_SELF]"); //exit(); } $strSQL = "SELECT * FROM testing "; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); ?> <form name="frmMain" method="post" action="phpMySQLEditRecord.php?Action=Save"> <table width="653" border="1"> <tr> <th width="120"> <div align="center">CustomerID </div></th> <th width="120"> <div align="center" class="style1">ตัวเลือกที่ 1</div></th> <th width="120"> <div align="center" class="style1">ตัวเลือกที่ 2</div></th> <th width="120"> <div align="center" class="style1">ตัวเลือกที่ 3</div></th> <th width="139"> <div align="center" class="style1">ตัวเลือกที่ 4</div></th> </tr> <? $i =0; while($objResult = mysql_fetch_array($objQuery)) { $i = $i + 1; ?> <tr> <td><div align="center"> <input type="hidden" name="hdnCustomerID<?=$i;?>" size="5" value="<?=$objResult["id"];?>"> <input type="text" name="txtName<?=$i;?>" size="20" value="<?=$objResult["question"];?>"></td> <td><input type="text" name="txtEmail<?=$i;?>" size="20" value="<?=$objResult["c1"];?>"></td> <td><input type="text" name="txtCountryCode<?=$i;?>" size="20" value="<?=$objResult["c2"];?>"></td> <td><input type="text" name="txtBudget<?=$i;?>" size="20" value="<?=$objResult["c3"];?>"></td> <td ><input type="text" name="txtUsed<?=$i;?>" size="20" value="<?=$objResult["c4"];?>"></td> </tr> <? } ?> </table> <input type="submit" name="submit" value="submit"> <input type="hidden" name="hdnLine" value="<?=$i;?>"> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง