<? include "../connect.php"; session_start(); include "admin_page.php"; $id = $_GET["id"]; $sql = "select * from producttype where id_protype=$id"; $ex = mysql_query($sql, $conn); $rs = mysql_fetch_array($ex); ?> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <html> <body><br><br> <form action="admin_edit2_product_type.php" method="post"> <table width="600" align="center" border="0"> <tr> <td width="150">แก้ไขประเภทสินค้า</td> <td><input type="text" name="name_protype" size="50" value="<?=$rs[name_protype] ?>"> <input type="hidden" name="id_protype" value="<?=$rs[id_protype] ?>"></td> </tr> <tr> <td width="150"></td> <td><input type="submit" value="submit"> <input type="button" value="back" onClick="history.back()"></td> </tr> </table> </form> <? mysql_close($conn); ?> </body> </html>
<? include "../connect.php"; session_start(); include "admin_page.php"; exit; $tid = $_POST["id_protype"]; $tname = $_POST["name_protype"]; if($tname ==""){ echo "<h3>กรุณาป้อนชื่อประเภทสินค้า</h3>"; exit(); } $sql = "update producttype set name_protype = '$tname' where id_protype=$tid"; $ex = mysql_query($sql, $conn); if($ex){ echo "<meta http-equiv='refresh' content='0; url=admin_product_type.php'>"; } else { echo "<h3>ไม่สามารถทำการแก้ไขข้อมูลประเภทสินค้าได้</h3>"; } mysql_close($conn); ?>
$sql = "update producttype set name_protype = '$tname' where id_protype=$tid"; echo $sql;
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง