<section id="main-content"> <section class="wrapper"> <div class="row"> <div class="panel panel-primary" style="margin: 10px"> <div class="content-panel pn"> <div id="profile-02"> <div class="user"> <img src="upload/bic.png" class="img-circle" width="80"> <h4>จัดการส่วน User</h4> </div> </div> </div> <div class="panel panel-body"> <?php $hostname = "localhost"; $username = "root"; $password = ""; $dbname = "db_erp"; $dbcon = mysql_connect($hostname, $username, $password); mysql_select_db($dbname, $dbcon); mysql_query("SET NAMES UTF8"); $sql = "SELECT * FROM employees"; // เลือกข้อมูลจากตารางเฉพาะฟิล id,firstname,lastname $result = mysql_query($sql, $dbcon); //ส่งคำสั่งเลือกข้อมูลให้ทำงาน ?> <div class="row mt"> <div class="col-md-12"> <div class="content-panel"> <table class="table table-striped table-advance table-hover"> <h4><i class="fa fa-angle-right"></i> ตั้งค่าส่วน User</h4> <hr> <thead> <tr> <th><i class="fa fa-bullhorn"></i> ชื่ออีเมล์</th> <th><i class="fa fa-user"></i> สถานะ User</th> <th>เข้าระบบได้</th> <th>เข้าระบบไม่ได้</th> </tr> </thead> <tbody> <?php while ($row = mysql_fetch_array($result)) { ?> <tr> <td><a href="#"><?php echo $row['employee_email']; ?></a></td> <td class="hidden-phone"><?php echo $row['employee_status']; ?></td> <td> <input type="checkbox" name="employee_status" value="1" id="employee_status" /> </td> <td><span class="label label-info label-mini"></span> <input type="checkbox" name="employee_status" value="1" id="employee_status" /> </td> <td> </td> </tr> <?php } ?> </tbody </table> </div><!-- /content-panel --> </div><!-- /col-md-12 --> </div><!-- /row --> </div> </div> </div> </div> </section> </section>
$email = (isset($_POST['employee_email']))?$_POST['employee_email']:null; $status = (isset($_POST['status']))?$_POST['status']:null; for($i=0;$i<count($email);$i++){ echo $email[$i]." Status : ".$status[$i]."<br/>"; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง