MMCT TEAM
Server IP : 162.214.80.37  /  Your IP : 216.73.216.68
Web Server : Apache
System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : imyrqtmy ( 2189)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home2/imyrqtmy/public_html/dspublicschoolgzb/AdminPanel/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/imyrqtmy/public_html/dspublicschoolgzb/AdminPanel/dashboard.php
<?php include"include/cookie.php"; ?>
<!DOCTYPE html>
<html lang="en">

    <head>
        <?php include"include/head.php"; ?>
    </head>

    <body>

        <!-- Begin page -->
        <div id="wrapper">

            <!-- Top Bar Start -->
            <div class="topbar">

                <?php include"include/topbar.php"; ?>

            </div>
            <!-- Top Bar End -->

            <!-- ========== Left Sidebar Start ========== -->
            <?php include"include/sidebar.php"; ?>
            <!-- Left Sidebar End -->

            <!-- ============================================================== -->
            <!-- Start right Content here -->
            <!-- ============================================================== -->
            <div class="content-page">
                <!-- Start content -->
                <div class="content">
                    <div class="container-fluid">

                        <div class="row">
                            <div class="col-sm-12">
                                <div class="page-title-box">
                                    <h4 class="page-title">Dashboard</h4>
                                    <ol class="breadcrumb">
                                        <li class="breadcrumb-item active">Welcome to D. S. Public School</li>
                                    </ol>
            
                                    <!-- <div class="state-information d-none d-sm-block">
                                        <div class="state-graph">
                                            <div id="header-chart-1"></div>
                                            <div class="info">Balance $ 2,317</div>
                                        </div>
                                        <div class="state-graph">
                                            <div id="header-chart-2"></div>
                                            <div class="info">Item Sold 1230</div>
                                        </div>
                                    </div> -->
                                </div>
                            </div>
                        </div>
                        <!-- end row -->

                        

                        <div class="page-content-wrapper">
                            <div class="row">
                                <div class="col-xl-3 col-md-6">
                                    <div class="card bg-primary mini-stat position-relative">
                                        <div class="card-body">
                                            <a href="viewslider.php">
                                                <div class="mini-stat-desc">
                                                    <!-- <h6 class="text-uppercase verti-label text-white-50">Brands</h6> -->
                                                    <div class="text-white">
                                                        <h6 class="text-uppercase mt-0 text-white-50">Sliders</h6>
                                                        <?php
                                                            $dis="select * from slider_data";
                                                            $qq=mysqli_query($db,$dis) or die('error');
                                                            $num=mysqli_num_rows($qq);
                                                        ?>
                                                        <h3 class="mb-3 mt-0"><?php echo $num; ?></h3>
                                                        <!-- <div class="">
                                                            <span class="badge badge-light text-info"> +11% </span> <span class="ml-2">From previous period</span>
                                                        </div> -->
                                                    </div>
                                                    <!-- <div class="mini-stat-icon">
                                                        <i class="mdi mdi-cube-outline display-2"></i>
                                                    </div> -->
                                                </div>
                                            </a>
                                        </div>
                                    </div>
                                </div>
                                <div class="col-xl-3 col-md-6">
                                    <div class="card bg-primary mini-stat position-relative">
                                        <div class="card-body">
                                            <a href="viewstudent.php">
                                                <div class="mini-stat-desc">
                                                    <!-- <h6 class="text-uppercase verti-label text-white-50">Brands</h6> -->
                                                    <div class="text-white">
                                                        <h6 class="text-uppercase mt-0 text-white-50">Students</h6>
                                                        <?php
                                                            $dis1="select * from student_data";
                                                            $qq1=mysqli_query($db,$dis1) or die('error');
                                                            $num1=mysqli_num_rows($qq1);
                                                        ?>
                                                        <h3 class="mb-3 mt-0"><?php echo $num1; ?></h3>
                                                        <!-- <div class="">
                                                            <span class="badge badge-light text-info"> +11% </span> <span class="ml-2">From previous period</span>
                                                        </div> -->
                                                    </div>
                                                    <!-- <div class="mini-stat-icon">
                                                        <i class="mdi mdi-cube-outline display-2"></i>
                                                    </div> -->
                                                </div>
                                            </a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <!-- end row -->
                        </div>

                        
                        <!-- end page content-->

                    </div> <!-- container-fluid -->

                </div> <!-- content -->

                <?php include"include/footer.php"; ?>

            </div>


            <!-- ============================================================== -->
            <!-- End Right content here -->
            <!-- ============================================================== -->


        </div>
        <!-- END wrapper -->
            

        <!-- jQuery  -->
        <?php include"include/js.php"; ?>

    </body>

</html>

MMCT - 2023