Server IP : 103.6.199.200 / Your IP : 3.135.189.25 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/smsmalor/smsmalorsetar.com/wwwroot/ |
Upload File : |
<?php session_start(); ?> <?php require_once('Connections/mentorpbs.php'); ?> <?php $colname_Recordset_kelas22 = "-1"; if (isset($_GET['list_kelas'])) { $colname_Recordset_kelas22 = $_GET['list_kelas']; } mysqli_select_db($mentorpbs,$database_mentorpbs); $query_Recordset_kelas22 = "SELECT * FROM longchuan_t1y23 WHERE namakelas = '$colname_Recordset_kelas22' ORDER BY namamurid ASC"; $Recordset_kelas22 = mysqli_query($mentorpbs,$query_Recordset_kelas22) or die(mysqli_error()); $row_Recordset_kelas22 = mysqli_fetch_assoc($Recordset_kelas22); $totalRows_Recordset_kelas22 = mysqli_num_rows($Recordset_kelas22); ?> <?php require_once('Connections/mentorpbs.php'); ?> <?php $currentPage = $_SERVER["PHP_SELF"]; $queryString_Recordset_kelas22 = ""; if (!empty($_SERVER['QUERY_STRING'])) { $params = explode("&", $_SERVER['QUERY_STRING']); $newParams = array(); foreach ($params as $param) { if (stristr($param, "pageNum_Recordset_kelas22") == false && stristr($param, "totalRows_Recordset_kelas22") == false) { array_push($newParams, $param); } } if (count($newParams) != 0) { $queryString_Recordset_kelas22 = "&" . htmlentities(implode("&", $newParams)); } } $queryString_Recordset_kelas22 = sprintf("&totalRows_Recordset_kelas22=%d%s", $totalRows_Recordset_kelas22, $queryString_Recordset_kelas22); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Long Chuan</title> <style type="text/css"> <!-- .style1 { font-size: 16px; color: #0000FF; div{ width:100%; height:auto; } } .style3 {color: #0000FF} .header { padding: 0px 0px; } .content { padding: 16px; } .sticky { position: fixed; top: 0; width: 100%; } .sticky + .content { padding-top: 102px; } --> </style> </head> <body> <!-- ***** bind header to freeze id --> <div class="header" id="myHeader"> <?php include('longchuan_header.php') ?> </div> <!-- ***** Kandungan akan skrol --> <div class="content"> <div align="center" class="style1">SEMAKAN DOKUMEN PENDAFTARAN TAHUN 1</div> <p> </p> <form id="form1" name="form1" method="get" action=""> <label> <div align="center"> <select name="list_kelas" id="list_kelas" style="width: 100px;"> <option value="-" selected="selected">-</option> <?php mysqli_select_db($mentorpbs,$database_mentorpbs); $query_Recordset_kelas = "SELECT * FROM kelas_longchuan"; $Recordset_kelas = mysqli_query($mentorpbs,$query_Recordset_kelas) or die(mysqli_error()); while ($row_Recordset_kelas = mysqli_fetch_assoc($Recordset_kelas)) { ?> <option value = "<?php echo $row_Recordset_kelas['namakelas']; ?>"> <?php echo $row_Recordset_kelas['namakelas']; ?> </option> <?php } ?> </select> <label> <input type="submit" name="button_cari" id="button_cari" value="CARI" /> </label> </div> </label> </form> <p align="center" class="style1">SENARAI NAMA MURID <?php echo "- " , $colname_Recordset_kelas22; ?> <!-- ***** Kandungan akan skrol --> <div class="content"> <table border="1" align="center"> <tr> <td width="20"> <div align="center" class="style3">NO. DAFTAR</div> </td> <td width="15"> <div align="center"><span class="style3">KELAS</span></div> </td> <td width="400"> <div align="center"><span class="style3">NAMA MURID</span></div> </td> <td width="10"> <div align="center"><span class="style3">JANTINA</span></div> </td> </tr> <?php do { ?> <tr> <td> <div align="center"><?php echo $row_Recordset_kelas22['nodaftar']; ?></div> </td> <td> <div align="center"><?php echo $row_Recordset_kelas22['namakelas']; ?></div> </td> <td> <div align="center"> <a href="detail_longchuant1_semakdok.php?recordID=<?php echo $row_Recordset_kelas22['namamurid']; ?>"> <?php echo $row_Recordset_kelas22['namamurid']; ?> </a> </div> </td> <td> <div align="center"><?php echo $row_Recordset_kelas22['jan']; ?></div> </td> </tr> <?php } while ($row_Recordset_kelas22 = mysqli_fetch_assoc($Recordset_kelas22)); ?> </table> <div align="center"><br /> <?php echo $totalRows_Recordset_kelas22 ?> Records Total </div> </div> <!-- Skrol kandungan --> <p align="center"> <p align="center"><a href="https://www.google.com/">KEMBALI</a> </div> </body> <!-- Script to execute freeze --> <script> window.onscroll = function() {myFunction()}; var header = document.getElementById("myHeader"); var sticky = header.offsetTop; function myFunction() { if (window.pageYOffset > sticky) { header.classList.add("sticky"); } else { header.classList.remove("sticky"); } } </script> </html> <?php mysqli_free_result($Recordset_kelas22); ?>