<?php include('condb.php'); $member_id = $_REQUEST["ID"]; $sql = "SELECT * FROM tb_member WHERE member_id='$member_id' "; $result = mysqli_query($con, $sql) or die ("Error in query: $sql " . mysqli_error()); $row = mysqli_fetch_array($result); extract($row); ?> <?php include('navbaremployer.php');?> <head> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> </head> <body> <form name="admin" action="employer_edit_pass_db.php" method="POST" id="admin" class="form-horizontal"> <input type="hidden" class="form-control" name="member_id" value="<?php echo $row["member_id"];?>"> <div class="w3-container" align="center"> <h2> แก้ไขรหัสผ่าน </h2> <h2> แก้ไขรหัสผ่าน </h2> <p></p> <div class="w3-row-padding"> <div class="w3-third"> <th scope="col">ชื่อผู้ใช้ <input name="member_user" type="text" class="w3-input w3-border" id="member_user" value="<?php echo $row["member_user"];?>" required> </div></th> <div class="w3-third"> <th scope="col">รหัสผ่าน <input name="member_pass" type="password" class="w3-input w3-border" id="member_pass" value="<?php echo $row['member_pass']; ?>" required> </div></th> <div class="w3-row-padding"> <div class="w3-third"> <th scope="col">ชื่อ <input name="member_name" type="text" class="w3-input w3-border" id="member_name" value="<?php echo $row['member_name']; ?>" required> </div></th> <div class="w3-third"> <th scope="col">นามสกุล <input name="member_lastname" type="text" class="w3-input w3-border" id="member_lastname" value="<?php echo $row['member_lastname']; ?>" required> </div></th> </div> <p></p> <button class="w3-button w3-black"> บันทึก </button> <button class="w3-button w3-black"> ยกเลิก </button> </form> </div> </body>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง