Dre4m Shell
Server IP : 103.6.199.200  /  Your IP : 13.58.203.255
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/Domains/smsmalor/smsmalorsetar.com/wwwroot/bidang_pengurusan_hem.php
<?php session_start(); ?>
<?php require_once('Connections/mentorpbs.php'); ?>


<?php

    $colname_Recordset_kelas22 = " - ";
    if (isset($_GET['list_kelas'])) {
      $colname_Recordset_kelas22 = $_GET['list_kelas'];
    }
    mysqli_select_db($mentorpbs,$database_mentorpbs);
    $query_Recordset_kelas22 = "SELECT * FROM pengurusan_hem WHERE jawatankuasa = '$colname_Recordset_kelas22' ORDER BY bil 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></title>

        <style type="text/css">
        <!--
        .style1 {
          font-size: 24px;
          color: #0000FF;
        }

		.style3 {color: #0000FF}

        .header {
                padding: 0px 0px;
            }

            .content {
                padding: 16px;
            }

            .sticky {
                position: fixed;
                top: 0;
                width: 100%;
            }

            .sticky + .content {
                padding-top: 102px;
            }

			div {
				width:100%;
				height:auto;
			}
			
        -->
        </style>

    </head>

    <body>

        <!-- ***** bind header to freeze id -->
        <div class="header" id="myHeader">
            <?php include('smheader03_urus_hem.php') ?>
        </div>    
 
        <!-- ***** Kandungan akan skrol -->
        <div class="content">


        <div align="center" class="style1">PENGURUSAN HEM</div>
        <p>&nbsp;</p>
        <form id="form1" name="form1" method="get" action="">
            <label>
                <div align="center">
                    
					<select name="list_kelas" id="list_kelas" style="width: 300px;">
						<option value="-" selected="selected">-</option>
					
					<?php
					
						mysqli_select_db($mentorpbs,$database_mentorpbs);
						$query_Recordset_kelas = "SELECT * FROM pengurusan_hem";
						$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['jawatankuasa']; ?>">
								<?php echo $row_Recordset_kelas['jawatankuasa']; ?>
								</option>
								
								
								
					<?php
																								}
					?>
						
                    </select>					

					
                    <label>
                        <input type="submit" name="button_cari" id="button_cari" value="CARI JAWATANKUASA" />
                    </label>
                </div>
            </label>
        
        </form>

        <p align="center" class="style1">BIDANG HEM
		<?php
		echo "- " , $colname_Recordset_kelas22;
		?>
 		
        <!-- ***** Kandungan akan skrol -->
        <div class="content">
			<p align="center" class="style1">
			  <p align="center"><img src="images/info_hem/<?php echo $row_Recordset_kelas22['perincian']; ?>.jpg" alt="" width="80%" height="auto" />
        </div>
        <!-- Skrol kandungan -->		
		
		
			<p align="center">
			<p align="center"><a href="index.php">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);
?>

Anon7 - 2022
AnonSec Team