MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.117.70.64
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/sssktrust.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/sssktrust.com/video.php
<?php include("site-header.php");?>
<div id="pageHeader" data-bg-path="img/background-images/page-bg.jpg">
  <div class="vc-parent">
    <div class="vc-child">
      <section class="page-title">
        <h2><?=ucwords(strtolower($pgHeading));?></h2>
        <ol class="breadcrumb text-center">
          <li><a href="<?=$site_url?>/index.html">Home</a></li>
          <li class="active"><?=ucwords(strtolower($pgHeading));?></li>
        </ol>
      </section>
    </div>
  </div>
</div>
<div id="feature">
  <div class="container">
    <div class="row">
     <?php
     $sql_videos=db_query("select * from tbl_video where 1 order by video_id asc");
	  if(mysqli_num_rows($sql_videos) >0){
      while($VIDEOS_DATA=mysqli_fetch_array($sql_videos)){
	  @extract($VIDEOS_DATA);	  
	?>
      <div class="col-md-4 feature-item1" style="margin-top:50px;">
       <iframe width="100%" height="200" src="http://www.youtube.com/embed/<?=$VIDEOS_DATA['video_clip']?>" frameborder="0" allowfullscreen></iframe>
        <div class="content">
          <h3 class="heading"><?=$VIDEOS_DATA['video_title']?></h3>          
        </div>
      </div>
      <? }} ?>
    </div>
  </div>
</div>
<?php include("site-footer.php");?>

MMCT - 2023