Server IP : 2a02:4780:11:1359:0:1d43:a566:2 / Your IP : 216.73.216.199 Web Server : LiteSpeed System : Linux in-mum-web1259.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u490972518 ( 490972518) PHP Version : 5.6.40 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : ON | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u490972518/domains/ppschool.org.in/public_html/gsmps/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Author: W3layouts Author URL: http://w3layouts.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ --> <!DOCTYPE html> <html> <style> #menutop { position:fixed; z-index:6666; width:100%; border-bottom:3px solid; } #content { padding-top:135px; } </style> <head> <!--/tags --> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content= /> <script type="application/x-javascript"> addEventListener("load", function () { setTimeout(hideURLbar, 0); }, false); function hideURLbar() { window.scrollTo(0, 1); } </script> <link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" /> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> <link href="css/font-awesome.css" rel="stylesheet"> <link rel="stylesheet" href="css/lightbox.css"> <!-- //for bootstrap working --> <link href="//fonts.googleapis.com/css?family=Work+Sans:200,300,400,500,600,700" rel="stylesheet"> <?php include("link/headconnection.php");?> </head> <body> <!-- header --> <?php include("link/header.php");?> <div id="content" style="padding-top:50px"> <?php include("link/databaseconnection.php"); $class=$_POST['class']; $sel1="select * from online where class='$class' order by id desc"; $t=mysqli_query($conn,$sel1); $total=mysqli_num_rows($t); $start=0; $limit=9; $page=ceil($total/$limit); $sel="select * from online where class='$class' order by id desc "; $res=mysqli_query($conn,$sel); ?> <!-- //header --> <!-- gallery --> <div id="lab" class=""> <div class="container-fluid"> <div class="row"id="picture"> <br/> <h3 class=" wow animated slideInDown heading-agileinfo" data-wow-duration="1s">ONLINE CLASS OF <?php echo $class ;?></h3></div> <div class="gallery-grids"> <?php while($row=mysqli_fetch_array($res,MYSQLI_BOTH)) { ?> <div class="col-sm-4 col-xs-6 gallery-grid"> <div class="grid effect-apollo"> <iframe style="width:760;height:700" src="https://www.youtube.com/embed/<?php echo $row['video'];?>" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div> <div class="figcaption"> <center><h5><span style='font-weight:bold'>Subject : </span><?php echo $row['subject'];?> , <span style='font-weight:bold'>Lession : </span><?php echo $row['text'];?> , <span style='font-weight:bold'>Date :</span> <?php echo $row['date'];?></h5></center> </div> </div> </div> <?php } ?> <div class="clearfix"> </div> </div> <script src="js/lightbox-plus-jquery.min.js"> </script> </div> </div> <!-- //gallery --> <!-- footer --> <?php include("link/footer.php");?> <!-- //footer --> <!-- modal --> <div class="modal about-modal fade" id="myModal" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 class="modal-title">Instruction</h4> </div> <div class="modal-body"> <div class="agileits-w3layouts-info"> <img src="images/g12.jpg" class="img-responsive" alt="" /> <p>Duis venenatis, turpis eu bibendum porttitor, sapien quam ultricies tellus, ac rhoncus risus odio eget nunc. Pellentesque ac fermentum diam. Integer eu facilisis nunc, a iaculis felis. Pellentesque pellentesque tempor enim, in dapibus turpis porttitor quis. Suspendisse ultrices hendrerit massa. Nam id metus id tellus ultrices ullamcorper. Cras tempor massa luctus, varius lacus sit amet, blandit lorem. Duis auctor in tortor sed tristique. Proin sed finibus sem</p> </div> </div> </div> </div> </div> <!-- //modal --> <a href="#home" class="scroll" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a> <!-- js --> <script type="text/javascript" src="js/jquery-2.1.4.min.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> </div> </body> </html>