MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.217.252.194
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/ppcad7no/leetcoaching.co.in/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/leetcoaching.co.in/video-gallery.php
<!doctype html>
<html class="no-js" lang="zxx">

<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <?php include("top-link.php") ?>
    
    <title><?php echo $datavideo["site_pages_meta_title"];?></title>
    <meta name="description" content="<?php echo $datavideo["site_pages_meta_description"];?>">
</head>

<body>

    <?php include("header.php"); ?>

    <main>
        
        <div class="it-breadcrumb-area it-breadcrumb-bg" data-background="<?php echo $wspath;?>assets/img/breadcrumb/breadcrumb.jpg">
            <div class="container">
                <div class="row ">
                    <div class="col-md-12">
                        <div class="it-breadcrumb-content z-index-3 text-center">
                            <div class="it-breadcrumb-title-box">
                                <h1 class="it-breadcrumb-title">Video Gallery Of LEET Coaching</h1>
                            </div>
                            <div class="it-breadcrumb-list-wrap">
                                <div class="it-breadcrumb-list">
                                    <span><a href="<?php echo $wspath;?>">Home</a></span>
                                    <span class="dvdr">//</span>
                                    <span>Video Gallery Of LEET Coaching</span>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        
        
        <div id="gallery" class="it-gallery-area p-relative grey-bg-2 pt-120 pb-120">
            
            <div class="container">
                <div class="row">
                    <div class="col-xl-12">
                        <div class="it-gallery-title-box text-center pb-70">
                            <!--<span class="it-section-subtitle-5">-->
                            <!--    <i class="fa-light fa-book"></i>-->
                            <!--    portfolio-->
                            <!--    <i class="fa-light fa-book"></i>-->
                            <!--</span>-->
                            <h2 class="it-section-title-3">Video Gallery</h2>
                        </div>
                    </div>
                </div>
                <div class="row">
                    
                    <?php
                        $sqlgal = "SELECT * FROM `tbl_video` ORDER BY v_id DESC";
                        $rungal = mysqli_query($db,$sqlgal) or die("Query Not run");
                        if(mysqli_num_rows($rungal) > 0 ){
                        while($datagal = mysqli_fetch_assoc($rungal)){
                    ?>
                    <div class="col-xl-4 col-lg-6">
                        <div class="it-gallery-item p-relative">
                            <div class="">
                                <iframe width="100%" height="215" src="<?php echo $datagal["video_link"]?>" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
                                <a href="<?php echo $wspath ?>video<?php echo $datagal["video_url"]?>.html"><h5><?php echo $datagal["video_title"]?></h5></a>
                            </div>
                            <!--<div class="it-gallery-icon">-->
                            <!--    <a class="popup-image" href="admin/images/gallery/" > -->
                            <!--    <i class="fa-light fa-plus"></i></a>-->
                            <!--</div>-->
                        </div>
                    </div>
                    <?php } } ?>
                </div>
            </div>
        </div>

    </main>

    <?php include("footer.php"); ?>
</body>

</html>

MMCT - 2023