<?php session_start(); include ('connect.php'); require 'connect.php'; $member_id = $_SESSION['member_id']; $sql = "SELECT * FROM topup where member_id = $member_id"; $result = mysqli_query($conn,$sql); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>เติมเงิน</title> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/style.css"> <link href="css/addons/datatables.min.css" rel="stylesheet"> </head> <body> <nav class="navbar navbar-expand-lg navbar-light bg-alpha"> <div class="container-fluid"> <a class="navbar-brand text-dark" href="#"> <img src="asset/image/kisspng-vector-graphics-book-stock-illustration-logo-research-vector-book-transparent-amp-png-clipart-5cce8c440022e9.3914588515570401960006.png" width="35" height="35" class="d-inline-block align-top" alt=""> ComicStore </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarKey" aria-controls="navbarKey" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarKey"> <ul class="navbar-nav ml-auto text-center"> <li class="nav-item"> <a class="nav-link text-dark btn btn-light" href="content.php">หน้าหลัก<span class="sr-only">(current)</span></a> </li> </div> </div> </nav> <header class="jumbotron jumbotron-fluid text-center"> <div class="container"> <h1 class="display-">ประวัติการเติมเงิน</h1> <br> </div> </header> <div class="container"> <table id="dtOrderExample" class="table table-striped table-bordered table-sm" cellspacing="0" width="100%"> <thead> <tr> <th class="th-sm">จำนวนเงิน </th> <th class="th-sm">ธนาคารที่ทำรายการ </th> <th class="th-sm">วันที่ </th> <th class="th-sm">เวลา </th> <th class="th-sm">สถานะ </th> </tr> </thead> <tbody> <tr> <?php while($row = mysqli_fetch_array($result)){ ?> <td> <?php echo $row['money_topup'];?> </td> <td> <?php echo $row['bankname_topup'];?> </td> <td> <?php echo $row['date_topup'];?> </td> <td> <?php echo $row['time_topup'];?> </td> <td> <?php echo $row['topup_status'];?> </td> <?php }?> </tr> </tfoot> </table> </div> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/popper.min.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> <script type="text/javascript" src="js/mdb.min.js"></script> <script type="text/javascript"></script> <script type="text/javascript" src="js/addons/datatables.min.js"></script> <script> $(document).ready(function () { $('#dtOrderExample').DataTable({ "order": [[ 3, "desc" ]] }); $('.dataTables_length').addClass('bs-select'); }); </script> </body> </html>
<table id="dtOrderExample" class="table table-striped table-bordered table-sm" cellspacing="0" width="100%"> <thead> <tr> <th class="th-sm">จำนวนเงิน </th> <th class="th-sm">ธนาคารที่ทำรายการ </th> <th class="th-sm">วันที่ </th> <th class="th-sm">เวลา </th> <th class="th-sm">สถานะ </th> </tr> </thead> <tbody> <?php while($row = mysqli_fetch_array($result)){ ?> <tr> <td> <?php echo $row['money_topup'];?> </td> <td> <?php echo $row['bankname_topup'];?> </td> <td> <?php echo $row['date_topup'];?> </td> <td> <?php echo $row['time_topup'];?> </td> <td> <?php echo $row['topup_status'];?> </td> </tr> <?php } ?> </tbody> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง