<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="main_style.css" rel="stylesheet" type="text/css"> <? include"connect.php"?> <body bgcolor="#d4eeff"> <? //*** Delete Condition ***// if($_GET["Action"] == "Del") { $strSQL = "DELETE FROM brand "; $strSQL .="WHERE brand_id = '".$_GET["bID"]."' "; $objQuery = mysql_query($strSQL); if(!$objQuery) { echo "Error Delete [".mysql_error()."]"; } //header("location:$_SERVER[PHP_SELF]"); //exit(); } ?> <? //*** Update Condition ***// if($_POST["hdnCmd"] == "Update") { $strSQL ="UPDATE brand SET "; $strSQL .="brand_name = '".$_GET["brand_name"]."' "; $strSQL .="WHERE brand_id = '".$_GET["brand_id"]."' "; $objQuery = mysql_query($strSQL); if(!$objQuery) { echo "Error Update [".mysql_error()."]"; } } ?> <br /> <? include"connect.php"; $strSQL = "SELECT * FROM brand "; $objQuery = mysql_query($strSQL)or die ("select error"); ?> <form name="frmMain" method="GET" action="<?=$_SERVER["PHP_SELF"];?>"> <input type="hidden" name="hdnCmd" value=""> <table align="center" style="font-family:Verdana, Geneva, sans-serif; font-size:13px;" width="38%"> <tr bgcolor="#000080" style="color:#FFF;"> <td width="16%" height="28"><b>รหัสยี่ห้อ</b></td> <td width="43%"><b>ชื่อยี่ห้อ</b></td> <td colspan="2" align="center"><b>ทำรายการ</b></td> </tr> <? $i=0; while($objResult = mysql_fetch_array($objQuery)) { $i++; $brand_id = $objResult["brand_id"]; if($i%2==0){ $bg = "#FFFFFF"; }else{ $bg = "#e7e7ff"; } ?> <? if($brand_id == $_GET["bID"] and $_GET["Action"] == "Edit") { ?> <tr bgcolor="<?=$bg;?>"> <td align="center"> <input type="text" size="5" value="<?=$brand_id;?>" /> <input type="hidden" name="brand_id" size="5" value="<?=$brand_id;?>"> </td> <td><input type="text" id="brand_name" name="brand_name" value="<?=$objResult["brand_name"];?>" size="10" /></td> <td align="center" colspan="2"> <input name="btnAdd" type="button" id="btnUpdate" value="บันทึก" OnClick="frmMain.hdnCmd.value='Update';frmMain.submit();"> <input style="width:55px; height:28px;" name="btnAdd" type="button" id="btnCancel" value="ยกเลิก" OnClick="window.location='<?=$_SERVER["PHP_SELF"];?>';"> </tr> <? } else{ ?> <tr bgcolor="<?=$bg;?>"> <td align="center"><?=$objResult["brand_id"];?></td> <td><?=$objResult["brand_name"];?></td> <td align="center" colspan="2"> <a href="<?=$_SERVER["PHP_SELF"];?>?Action=Edit&bID=<?=$brand_id;?>"><img src="image/edit.png" /></a> <a href="JavaScript:if(confirm('ยืนยันการลบข้อมูล?')==true){window.location='<?=$_SERVER["PHP_SELF"];?>?Action=Del&bID=<?=$objResult["brand_id"];?>';}"><img src="image/delete.png" title="ลบ" /></a> </td> </tr> <? } } ?> </table> </form> </div> </body>
if($_POST["hdnCmd"] == "Update") { $strSQL ="UPDATE brand SET "; $strSQL .="brand_name = '".$_GET["brand_name"]."' "; $strSQL .="WHERE brand_id = '".$_GET["brand_id"]."' "; $objQuery = mysql_query($strSQL); echo $strSQL."<br><br>"; if(!$objQuery) { echo "Error Update [".mysql_error()."]"; } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง